Skip to content

Commit

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

---
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 16, 2024
1 parent fafdcd9 commit 426c7af
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:dedef8bb43703ffd45248354633c2aa95abae77a6d8c7559eae3e28253f1b4c9
FROM gcr.io/distroless/base:nonroot@sha256:c3584d9160af7bbc6a0a6089dc954d0938bb7f755465bb4ef4265aad0221343e

# 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 426c7af

Please sign in to comment.