Skip to content

Commit a800110

Browse files
build(deps): bump the image-updates group across 1 directory with 2 updates
Bumps the image-updates group with 2 updates in the / directory: debian and alpine. Updates `debian` from `bc960ef` to `1d6cd96` Updates `alpine` from `2510918` to `5b10f43` --- updated-dependencies: - dependency-name: debian dependency-version: bookworm dependency-type: direct:production dependency-group: image-updates - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-patch dependency-group: image-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b799bb commit a800110

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ FROM --platform=$BUILDPLATFORM scratch AS nvidia-modules
1212
ARG NV_MODULES_TARBALL_URL=
1313
ADD ${NV_MODULES_TARBALL_URL} /nvidia-modules.tar.gz
1414

15-
FROM --platform=$BUILDPLATFORM debian:bookworm@sha256:bc960ef50e6feed90686c593361df158517556ed1d2d98e5d1df3724024e0f49 AS buildenv
15+
FROM --platform=$BUILDPLATFORM debian:bookworm@sha256:1d6cd964917a13b547d1ea392dff9a000c3f36070686ebc5c8755d53fb374435 AS buildenv
1616
RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y \
1717
build-essential squashfs-tools python3-yaml \
1818
patch diffutils sed mawk findutils zstd \
@@ -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:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 AS sdkbuild-ccachebuild
50+
FROM alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 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)