Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker(deps): Bump haskell from 9.2.7-slim to 9.6.3-slim #256

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading