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.
2 parents ff5b475 + f0930c4 commit 11975b2Copy full SHA for 11975b2
Dockerfile
@@ -1,5 +1,7 @@
1
+ARG BASE_IMAGE=python:3.13.3-alpine3.20
2
+
3
###############################################################################
-FROM python:3.13.3-alpine3.20 AS init
4
+FROM ${BASE_IMAGE} AS init
5
6
ENV WORKDIR=/app
7
WORKDIR ${WORKDIR}
0 commit comments