Skip to content

Commit

Permalink
Build image from base arg
Browse files Browse the repository at this point in the history
  • Loading branch information
sosheskaz authored and nebulous committed Sep 23, 2024
1 parent e63a58c commit 2148255
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM debian:latest
ARG BASE_IMAGE=debian:latest
FROM ${BASE_IMAGE}

COPY . /infinitude
WORKDIR /infinitude
Expand Down

0 comments on commit 2148255

Please sign in to comment.