From f3e530b8fa900af6ae1b0c48eaee032f1a749f9a Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 4 Jul 2023 22:39:48 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 19e99b1..306a463 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ARG DEFAULT_DATA_DIR="/usr/local/share/template-files/data" ARG DEFAULT_CONF_DIR="/usr/local/share/template-files/config" ARG DEFAULT_TEMPLATE_DIR="/usr/local/share/template-files/defaults" -ARG IMAGE_REPO="casjaysdevdocker/alpine" +ARG IMAGE_REPO="casjaysdev/alpine" ARG IMAGE_VERSION="latest" ARG CONTAINER_VERSION="${IMAGE_VERSION}"