We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35af6a0 commit 7c65027Copy full SHA for 7c65027
1 file changed
Dockerfile
@@ -147,7 +147,7 @@ RUN set -xe && \
147
# Stage 9: Build Mono (C#)
148
FROM haskell-stage AS mono-stage
149
# Check for latest version here: https://www.mono-project.com/download/stable
150
-ENV MONO_VERSION=6.12.0.206
+ENV MONO_VERSION=6.12.0.199
151
RUN set -xe && \
152
apt update && \
153
apt install -y --no-install-recommends cmake && \
0 commit comments