We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cd494 commit 41db1afCopy full SHA for 41db1af
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.12-slim-buster
+FROM python:3.12-slim-bullseye
2
3
RUN apt-get update && apt-get install -y htop nano curl procps grep findutils && \
4
adduser --disabled-password --home /app api && update-ca-certificates && \
0 commit comments