Skip to content

Commit 8ccce92

Browse files
coldfixtcardonne
authored andcommitted
Allow building with different base images
1 parent 1be7c35 commit 8ccce92

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

debian-buster/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM debian:buster-slim
1+
ARG FROM=debian:buster-slim
2+
FROM ${FROM}
23

34
ARG GIT_VERSION="2.26.2"
45
ARG GH_RUNNER_VERSION

0 commit comments

Comments
 (0)