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" \