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] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-02 11:09:42 +00:00
committed by GitHub
parent c47f8f0182
commit b31c815813
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ ARG S6_OVERLAY_PAK_EXT=".tar.xz"
# Downloader stage: download s6-overlay base, binary, symlinks and checksums # 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 TARGETPLATFORM
ARG S6_OVERLAY_VERSION ARG S6_OVERLAY_VERSION
ARG S6_OVERLAY_RELEASE ARG S6_OVERLAY_RELEASE

View File

@@ -1,5 +1,5 @@
# First stage - Download s6-overlay and unpack it # First stage - Download s6-overlay and unpack it
FROM alpine:3.21 AS downloader FROM alpine:3.22 AS downloader
ARG TARGETPLATFORM ARG TARGETPLATFORM