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 ff5b475 commit f0930c4Copy full SHA for f0930c4
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