From b31c815813c20ec56f3434e31066dbcb5a263d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:09:42 +0000 Subject: [PATCH] Bump alpine from 3.21 to 3.22 Bumps alpine from 3.21 to 3.22. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.legacy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a571e3c..da4f43a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG S6_OVERLAY_PAK_EXT=".tar.xz" # Downloader stage: download s6-overlay base, binary, symlinks and checksums -FROM alpine:3.21 AS downloader +FROM alpine:3.22 AS downloader ARG TARGETPLATFORM ARG S6_OVERLAY_VERSION ARG S6_OVERLAY_RELEASE diff --git a/Dockerfile.legacy b/Dockerfile.legacy index b557cb6..6983712 100644 --- a/Dockerfile.legacy +++ b/Dockerfile.legacy @@ -1,5 +1,5 @@ # First stage - Download s6-overlay and unpack it -FROM alpine:3.21 AS downloader +FROM alpine:3.22 AS downloader ARG TARGETPLATFORM