Bump alpine from 3.22 to 3.23

Bumps alpine from 3.22 to 3.23.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: '3.23'
  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-12-08 06:16:38 +00:00
committed by GitHub
parent f91268513b
commit 52b0d8f58c

View File

@@ -1,6 +1,6 @@
ARG BBKCLI_VERSION=1.0
FROM alpine:3.22 AS bbkcli
FROM alpine:3.23 AS bbkcli
# See: http://www.bredbandskollen.se/bredbandskollen-cli/
ARG BBKCLI_VERSION
@@ -18,7 +18,7 @@ ADD ["https://raw.githubusercontent.com/dotse/bbk/refs/heads/master/LICENSE", "/
# Main image
FROM alpine:3.22
FROM alpine:3.23
RUN apk add --update --no-cache gcompat libstdc++ tzdata \
&& ln -sf /usr/local/bin/bbk_cli /usr/local/bin/bbk