diff --git a/12/Dockerfile b/12/Dockerfile index 9a76226..a14444b 100644 --- a/12/Dockerfile +++ b/12/Dockerfile @@ -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.8 https://github.com/bfren/docker-alpine.git && \ + apk add git && git clone --branch v3.2.0 https://github.com/bfren/docker-alpine.git && \ mv docker-alpine/overlay / diff --git a/13/Dockerfile b/13/Dockerfile index 41176a0..8d93d97 100644 --- a/13/Dockerfile +++ b/13/Dockerfile @@ -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.8 https://github.com/bfren/docker-alpine.git && \ + apk add git && git clone --branch v3.2.0 https://github.com/bfren/docker-alpine.git && \ mv docker-alpine/overlay / diff --git a/VERSION b/VERSION index 831c6cd..b3fc696 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.11 \ No newline at end of file +5.1.12 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 43d2e4c..1a0cae2 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -ALPINE_BRANCH="v3.1.8" +ALPINE_BRANCH="v3.2.0" BUSYBOX_VERSION="1.36.1" BUSYBOX_BUILD="260128" NU_VERSION="0.113.1"