From bf9db80f3b05e525854e02c2d9c79e7ca9b5c988 Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 4 Feb 2025 10:59:15 -0500 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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 416a4bc..2800cff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,4 @@ -FROM casjaysdevdocker/alpine:latest AS build - -ARG ALPINE_VERSION="v3.16" +FROM casjaysdev/alpine:latest AS build ARG DEFAULT_DATA_DIR="/usr/local/share/template-files/data" \ DEFAULT_CONF_DIR="/usr/local/share/template-files/config" \