Skip to content

Commit f0930c4

Browse files
author
Gonzalo Diaz
committed
[Docker] Parametric base image version.
1 parent ff5b475 commit f0930c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
ARG BASE_IMAGE=python:3.13.3-alpine3.20
2+
13
###############################################################################
2-
FROM python:3.13.3-alpine3.20 AS init
4+
FROM ${BASE_IMAGE} AS init
35

46
ENV WORKDIR=/app
57
WORKDIR ${WORKDIR}

0 commit comments

Comments
 (0)