We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd740a7 + 68b7b05 commit ea86027Copy full SHA for ea86027
Dockerfile
@@ -1,6 +1,6 @@
1
ARG PYTHON_VERSION=3.12
2
3
-FROM bitnami/python:${PYTHON_VERSION}
+FROM python:${PYTHON_VERSION}
4
RUN apt update && apt upgrade -y \
5
&& apt install curl -y \
6
&& rm -rf /var/lib/apt/lists/*
0 commit comments