We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf08c84 commit b8b6a2cCopy full SHA for b8b6a2c
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3-bullseye
+FROM python:3.11.6-bullseye
2
WORKDIR /app
3
COPY . /app
4
RUN apt update && apt install -y libolm-dev && rm -rf /var/lib/apt/lists/*
0 commit comments