From 618a394a95f0c6d898da0b42d32d9e0ad7a40dd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 07:36:55 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 01eef3b..bf75aa3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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}"