Skip to content

Commit

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

---
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 Nov 11, 2024
1 parent 9625bfe commit cb7d25c
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:604b1b026106d77df632f526a2497b5d91f925f52ade9c0a71bfc98c5860d9a1
FROM gcr.io/distroless/base:nonroot@sha256:dedef8bb43703ffd45248354633c2aa95abae77a6d8c7559eae3e28253f1b4c9

# 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 cb7d25c

Please sign in to comment.