Skip to content

Commit

Permalink
Update Dockerfile to set image_name as a variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRKarl committed Jan 17, 2024
1 parent 470c2b6 commit d98fdca
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 ubuntu:20.04
ARG image_name=ubuntu:20.04
FROM ${image_name}

ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Etc/GMT
Expand Down

0 comments on commit d98fdca

Please sign in to comment.