From 94e314565979e3d752cd5eacec39cf47fb40a7bc Mon Sep 17 00:00:00 2001 From: Laurent Goderre Date: Mon, 6 Jan 2025 11:08:39 -0500 Subject: [PATCH] Update to alpine 3.21 --- 6.2/alpine/Dockerfile | 2 +- 7.0/alpine/Dockerfile | 2 +- 7.2/alpine/Dockerfile | 2 +- 7.4-rc/alpine/Dockerfile | 2 +- 7.4/alpine/Dockerfile | 2 +- versions.json | 10 +++++----- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/6.2/alpine/Dockerfile b/6.2/alpine/Dockerfile index 07509c5f1..65ad72e16 100644 --- a/6.2/alpine/Dockerfile +++ b/6.2/alpine/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.20 +FROM alpine:3.21 # add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added RUN set -eux; \ diff --git a/7.0/alpine/Dockerfile b/7.0/alpine/Dockerfile index 80aaa20b7..3572db138 100644 --- a/7.0/alpine/Dockerfile +++ b/7.0/alpine/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.20 +FROM alpine:3.21 # add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added RUN set -eux; \ diff --git a/7.2/alpine/Dockerfile b/7.2/alpine/Dockerfile index c87032c31..ce7245749 100644 --- a/7.2/alpine/Dockerfile +++ b/7.2/alpine/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.20 +FROM alpine:3.21 # add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added RUN set -eux; \ diff --git a/7.4-rc/alpine/Dockerfile b/7.4-rc/alpine/Dockerfile index 402c7bb93..df76586f2 100644 --- a/7.4-rc/alpine/Dockerfile +++ b/7.4-rc/alpine/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.20 +FROM alpine:3.21 # add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added RUN set -eux; \ diff --git a/7.4/alpine/Dockerfile b/7.4/alpine/Dockerfile index c032625d7..179e99875 100644 --- a/7.4/alpine/Dockerfile +++ b/7.4/alpine/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.20 +FROM alpine:3.21 # add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added RUN set -eux; \ diff --git a/versions.json b/versions.json index 10184d5a0..4a1586412 100644 --- a/versions.json +++ b/versions.json @@ -7,7 +7,7 @@ "version": "bookworm" }, "alpine": { - "version": "3.20" + "version": "3.21" }, "gosu": { "version": "1.17", @@ -63,7 +63,7 @@ "version": "bookworm" }, "alpine": { - "version": "3.20" + "version": "3.21" }, "gosu": { "version": "1.17", @@ -119,7 +119,7 @@ "version": "bookworm" }, "alpine": { - "version": "3.20" + "version": "3.21" }, "gosu": { "version": "1.17", @@ -175,7 +175,7 @@ "version": "bookworm" }, "alpine": { - "version": "3.20" + "version": "3.21" }, "gosu": { "version": "1.17", @@ -231,7 +231,7 @@ "version": "bookworm" }, "alpine": { - "version": "3.20" + "version": "3.21" }, "gosu": { "version": "1.17",