From 8feb46993dd344882a47c92a096cb44a74cb8720 Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 4 Feb 2025 10:59:21 -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 6bee2aa..ba7e63e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,4 @@ -FROM casjaysdevdocker/alpine:latest AS build - -ARG ALPINE_VERSION="v3.16" +FROM casjaysdev/alpine:3.16 AS build ARG DEFAULT_DATA_DIR="/usr/local/share/template-files/data" \ DEFAULT_CONF_DIR="/usr/local/share/template-files/config" \