Skip to content

Commit 6e99d30

Browse files
committed
Bump ghc to 8.10.7
1 parent c83e725 commit 6e99d30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

8.10/buster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ARG STACK_VERSION=2.7.3
3131
RUN ghcup install stack -i /usr/local/bin $STACK_VERSION
3232

3333
# install GHC into /opt/ghc + remove profiling support
34-
ARG GHC_VERSION=8.10.6
34+
ARG GHC_VERSION=8.10.7
3535
RUN ghcup install ghc -i /opt/ghc $GHC_VERSION && \
3636
find /opt/ghc/lib -name "*.p_hi" -type f -delete && \
3737
find /opt/ghc/lib -name "*_p.a" -type f -delete

8.10/stretch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ARG STACK_VERSION=2.7.3
3131
RUN ghcup install stack -i /usr/local/bin $STACK_VERSION
3232

3333
# install GHC into /opt/ghc + remove profiling support
34-
ARG GHC_VERSION=8.10.6
34+
ARG GHC_VERSION=8.10.7
3535
RUN ghcup install ghc -i /opt/ghc $GHC_VERSION && \
3636
find /opt/ghc/lib -name "*.p_hi" -type f -delete && \
3737
find /opt/ghc/lib -name "*_p.a" -type f -delete

0 commit comments

Comments
 (0)