diff --git a/12/Dockerfile b/12/Dockerfile index 84ccd8f..c33bad2 100644 --- a/12/Dockerfile +++ b/12/Dockerfile @@ -17,7 +17,7 @@ RUN \ # STAGE 1: load busybox #====================================================================================================================== -FROM quay.io/bfren/busybox:1.36.1-debian12.13-251218 AS busybox +FROM quay.io/bfren/busybox:1.36.1-debian12.13-260128 AS busybox #====================================================================================================================== @@ -37,7 +37,7 @@ WORKDIR /tmp RUN \ # get the overlay from the Alpine base image echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.1.2 https://github.com/bfren/docker-alpine.git && \ + apk add git && git clone --branch v3.1.3 https://github.com/bfren/docker-alpine.git && \ mv docker-alpine/overlay / diff --git a/13/Dockerfile b/13/Dockerfile index e82b807..a19a87a 100644 --- a/13/Dockerfile +++ b/13/Dockerfile @@ -17,7 +17,7 @@ RUN \ # STAGE 1: load busybox #====================================================================================================================== -FROM quay.io/bfren/busybox:1.36.1-debian13.3-251218 AS busybox +FROM quay.io/bfren/busybox:1.36.1-debian13.3-260128 AS busybox #====================================================================================================================== @@ -37,7 +37,7 @@ WORKDIR /tmp RUN \ # get the overlay from the Alpine base image echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.1.2 https://github.com/bfren/docker-alpine.git && \ + apk add git && git clone --branch v3.1.3 https://github.com/bfren/docker-alpine.git && \ mv docker-alpine/overlay / diff --git a/VERSION b/VERSION index 935851a..00d9e41 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.3 \ No newline at end of file +5.1.4 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index fcb71da..db72945 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,9 +4,9 @@ set -euo pipefail docker pull bfren/alpine -ALPINE_BRANCH="v3.1.2" +ALPINE_BRANCH="v3.1.3" BUSYBOX_VERSION="1.36.1" -BUSYBOX_BUILD="251218" +BUSYBOX_BUILD="260128" NU_VERSION="0.110.0" NU_BUILD="251121" DEBIAN_VERSIONS="12 13"