Skip to content

Commit

Permalink
Add new build ARG
Browse files Browse the repository at this point in the history
  • Loading branch information
origamiofficial committed Dec 12, 2024
1 parent 77e2809 commit 8ecf864
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,5 +1,6 @@
# Define an ARG for the base image tag
# Define ARG
ARG BASE_IMG_TAG=none
ARG UNBOUND_VERSION_CODE=none

FROM pihole/pihole:${BASE_IMG_TAG} as openssl

Expand Down

0 comments on commit 8ecf864

Please sign in to comment.