Skip to content

Commit 7c65027

Browse files
Fix version for Mono
1 parent 35af6a0 commit 7c65027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ RUN set -xe && \
147147
# Stage 9: Build Mono (C#)
148148
FROM haskell-stage AS mono-stage
149149
# Check for latest version here: https://www.mono-project.com/download/stable
150-
ENV MONO_VERSION=6.12.0.206
150+
ENV MONO_VERSION=6.12.0.199
151151
RUN set -xe && \
152152
apt update && \
153153
apt install -y --no-install-recommends cmake && \

0 commit comments

Comments
 (0)