Skip to content

Commit 572c288

Browse files
build(deps): bump alpine from 3.23 to 3.24 in the image-updates group
Bumps the image-updates group with 1 update: alpine. Updates `alpine` from 3.23 to 3.24 --- updated-dependencies: - dependency-name: alpine dependency-version: '3.24' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: image-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb0ddd4 commit 572c288

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ COPY --from=ccachebuild config.gz /kernel/config.gz
4747
COPY --from=ccachebuild addons.squashfs /kernel/addons.squashfs
4848
COPY --from=ccachebuild metadata /kernel/metadata
4949

50-
FROM alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 AS sdkbuild-ccachebuild
50+
FROM alpine:3.24@sha256:8ddefa941e689fc29abcdeb8dae3b3c6d139cc08ce9a52633931160701770685 AS sdkbuild-ccachebuild
5151
ARG KERNEL_FLAVOR=zone
5252
COPY --from=ccachebuild sdk.tar.gz /sdk.tar.gz
5353
COPY --from=ccachebuild metadata /metadata

0 commit comments

Comments
 (0)