From 32f2d90bb6e58b24e7991544ec8499a769f4870a Mon Sep 17 00:00:00 2001 From: casjay Date: Sun, 2 Aug 2026 23:28:19 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20point=20base=20image=20to=20casj?= =?UTF-8?q?aysdev/alpine=20=F0=9F=94=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - .env.scripts: change ENV_PULL_URL from alpine to casjaysdev/alpine .env.scripts --- .env.scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.scripts b/.env.scripts index 7456ee8..698605c 100644 --- a/.env.scripts +++ b/.env.scripts @@ -54,7 +54,7 @@ ENV_ADD_IMAGE_PUSH="" # - - - - - - - - - - - - - - - - - - - - - - - - - # Pull Configuration # ENV_PULL_URL: Source image to pull from (base image) -ENV_PULL_URL="alpine" +ENV_PULL_URL="casjaysdev/alpine" # ENV_DISTRO_TAG: Tag for the pull source image ENV_DISTRO_TAG="${IMAGE_VERSION}" # - - - - - - - - - - - - - - - - - - - - - - - - -