Skip to content

Commit d852056

Browse files
committed
Parameterized Dockerfile
Signed-off-by: Toddy Mladenov <[email protected]>
1 parent 4e9c6d3 commit d852056

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM python:3.10-slim
1+
ARG BASE_IMAGE
2+
3+
FROM ${BASE_IMAGE}
24

35
COPY ./sample/requirements.txt /app/requirements.txt
46

0 commit comments

Comments
 (0)