Skip to content

Commit

Permalink
Merge pull request #1 from jdmarble/dependabot/docker/distroless/base…
Browse files Browse the repository at this point in the history
…-debian12-0a93daa199e7c6e387cea8cf03fac676146735caf6965d276d86ebd3a441f27e

Bump distroless/base-debian12 from `684dee4` to `0a93daa`
  • Loading branch information
jdmarble committed May 28, 2024
2 parents c7c5407 + 8bede64 commit b8d23a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ repos:
- repo: https://github.com/hadolint/hadolint
rev: v2.12.0
hooks:
- id: hadolint-docker
- id: hadolint-docker
2 changes: 1 addition & 1 deletion Dockerfile.distroless
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN mkdir /simh \
&& /simh/cmake/cmake-builder.sh --novideo --noinstall --parallel --target pdp11

# FROM gcr.io/distroless/base-debian12:nonroot
FROM gcr.io/distroless/base-debian12@sha256:684dee415923cb150793530f7997c96b3cef006c868738a2728597773cf27359
FROM gcr.io/distroless/base-debian12@sha256:0a93daa199e7c6e387cea8cf03fac676146735caf6965d276d86ebd3a441f27e

COPY --from=builder /usr/lib/x86_64-linux-gnu/libvdeplug.so.2 /usr/lib/x86_64-linux-gnu/libvdeplug.so.2
COPY --from=builder /lib/x86_64-linux-gnu/libpcre.so.3 /lib/x86_64-linux-gnu/libpcre.so.3
Expand Down

0 comments on commit b8d23a3

Please sign in to comment.