mirror of
https://github.com/N0rthernL1ghts/bbk-docker.git
synced 2025-12-08 15:42:39 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user