Skip to content

Commit

Permalink
Docker(deps): Bump distroless/base from 9707f36 to c9bf6ca
Browse files Browse the repository at this point in the history
Bumps distroless/base from `9707f36` to `c9bf6ca`.

---
updated-dependencies:
- dependency-name: distroless/base
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mkoppmann committed Dec 21, 2023
1 parent 94a5c09 commit d731509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN cabal install \
####################
# Deployment image #
####################
FROM gcr.io/distroless/base:nonroot@sha256:9707f365e1f5ec65e4dc7c9b03fa92082f09ac9632686713a9d9065d4d0fd0ff
FROM gcr.io/distroless/base:nonroot@sha256:c9bf6ca0c801a004aaed66d257acffece0eae4b15a080d40fd127b20749fa104

# Copy missing shared libraries from build stage
COPY --from=build /lib/x86_64-linux-gnu/libz.so.1 /lib/x86_64-linux-gnu/libz.so.1
Expand Down

0 comments on commit d731509

Please sign in to comment.