From 7eaa67fbd5d6afcb9eeacc4a6c27b98153b5c6ef Mon Sep 17 00:00:00 2001 From: bfren Date: Tue, 16 Jul 2024 16:36:17 +0200 Subject: [PATCH] v3.2.2 (#64) Development updates * Using ghcr.io --- 11/Dockerfile | 2 +- 12/Dockerfile | 2 +- Dockerfile.esh | 2 +- VERSION | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/11/Dockerfile b/11/Dockerfile index 672848e..05eae4e 100644 --- a/11/Dockerfile +++ b/11/Dockerfile @@ -31,7 +31,7 @@ FROM ghcr.io/bfren/busybox:1.36.1-debian11.10 AS busybox # STAGE 3: get overlay from Alpine image #====================================================================================================================== -FROM alpine AS alpine +FROM ghcr.io/bfren/alpine AS alpine WORKDIR /tmp RUN \ diff --git a/12/Dockerfile b/12/Dockerfile index ab16c19..2cbefd1 100644 --- a/12/Dockerfile +++ b/12/Dockerfile @@ -31,7 +31,7 @@ FROM ghcr.io/bfren/busybox:1.36.1-debian12.6 AS busybox # STAGE 3: get overlay from Alpine image #====================================================================================================================== -FROM alpine AS alpine +FROM ghcr.io/bfren/alpine AS alpine WORKDIR /tmp RUN \ diff --git a/Dockerfile.esh b/Dockerfile.esh index ec1cdff..82d4ffa 100644 --- a/Dockerfile.esh +++ b/Dockerfile.esh @@ -31,7 +31,7 @@ FROM ghcr.io/bfren/busybox:<%= ${BUSYBOX_IMAGE} %> AS busybox # STAGE 3: get overlay from Alpine image #====================================================================================================================== -FROM alpine AS alpine +FROM ghcr.io/bfren/alpine AS alpine WORKDIR /tmp RUN \ diff --git a/VERSION b/VERSION index 0444f32..acf9bf0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.1 \ No newline at end of file +3.2.2 \ No newline at end of file