File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ ARG STACK_VERSION=2.7.3
31
31
RUN ghcup install stack -i /usr/local/bin $STACK_VERSION
32
32
33
33
# install GHC into /opt/ghc + remove profiling support
34
- ARG GHC_VERSION=8.10.6
34
+ ARG GHC_VERSION=8.10.7
35
35
RUN ghcup install ghc -i /opt/ghc $GHC_VERSION && \
36
36
find /opt/ghc/lib -name "*.p_hi" -type f -delete && \
37
37
find /opt/ghc/lib -name "*_p.a" -type f -delete
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ ARG STACK_VERSION=2.7.3
31
31
RUN ghcup install stack -i /usr/local/bin $STACK_VERSION
32
32
33
33
# install GHC into /opt/ghc + remove profiling support
34
- ARG GHC_VERSION=8.10.6
34
+ ARG GHC_VERSION=8.10.7
35
35
RUN ghcup install ghc -i /opt/ghc $GHC_VERSION && \
36
36
find /opt/ghc/lib -name "*.p_hi" -type f -delete && \
37
37
find /opt/ghc/lib -name "*_p.a" -type f -delete
You can’t perform that action at this time.
0 commit comments