Skip to content

Commit

Permalink
Also upgrade dockerfile to correct ghc version
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Oct 27, 2024
1 parent 477c68e commit 1f67f01
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
@@ -1,5 +1,5 @@
# The purpose of this docker file is to produce a latest Ampersand-compiler in the form of a docker image.
FROM haskell:9.6.4 AS buildstage
FROM haskell:9.6.6 AS buildstage

RUN mkdir /opt/ampersand
WORKDIR /opt/ampersand
Expand Down

0 comments on commit 1f67f01

Please sign in to comment.