From 8ecf864e5f5bca293bc723279d8678c295cd811d Mon Sep 17 00:00:00 2001 From: Origami Official <64251776+origamiofficial@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:56:58 +1030 Subject: [PATCH] Add new build ARG --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9909585..c27e69f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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