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 07:36:55 +00:00
committed by GitHub
parent daf8df819c
commit 618a394a95

View File

@@ -1,6 +1,6 @@
ARG BBKCLI_VERSION=1.0
FROM --platform=${TARGETPLATFORM} alpine:3.21 AS bbkcli
FROM --platform=${TARGETPLATFORM} alpine:3.22 AS bbkcli
# See: http://www.bredbandskollen.se/bredbandskollen-cli/
ARG BBKCLI_VERSION
@@ -16,7 +16,7 @@ RUN case ${TARGETPLATFORM} in \
# Main image
FROM --platform=${TARGETPLATFORM} alpine:3.21
FROM --platform=${TARGETPLATFORM} alpine:3.22
LABEL net.northern-lights.image.authors="aleksandar@puharic.com"
LABEL net.northern-lights.image.version="${BBKCLI_VERSION}"