Skip to content

Commit

Permalink
Docker(deps): Bump haskell from 9.2.7-slim to 9.6.3-slim
Browse files Browse the repository at this point in the history
Bumps haskell from 9.2.7-slim to 9.6.3-slim.

---
updated-dependencies:
- dependency-name: haskell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 5, 2023
1 parent 1912cb2 commit 81695ba
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 @@ -7,7 +7,7 @@ LABEL maintainer="mkoppmann <[email protected]>"
###############
# Build image #
###############
FROM haskell:9.2.7-slim@sha256:c8e991032dae465648df40a9cac5ca26b3e5bb416728f56abff53bbf684e95b7 AS build
FROM haskell:9.6.3-slim@sha256:67ddf6bed4d363ace388a4329622792f06c59956db0d1416ec7d32db58e9b758 AS build

# Create the data folder for the deployment stage here, because there is no
# shell in distroless images available.
Expand Down

0 comments on commit 81695ba

Please sign in to comment.