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 45866df commit 5e48736Copy full SHA for 5e48736
Dockerfile
@@ -6,7 +6,7 @@ ARG NODE_VERSION=23.10.0
6
ARG ZSTD_VERSION=1.5.7
7
8
ARG GODBOLT_REMOTE=https://github.com/compiler-explorer/compiler-explorer.git
9
-ARG GODBOLT_SHA=fc1b97ef9325eacbb8100d280aee0b0158a5adca
+ARG GODBOLT_SHA=d59b5afde407e2d97005b4f4b3192c9b88abe339
10
11
ARG IMPL_GIT_VERSION=2.48.1
12
ARG IMPL_ARTIFACTS_DIR="C:\artifacts"
@@ -110,4 +110,4 @@ COPY unpack.bat .
110
WORKDIR C:\Compiler-Explorer
111
112
ENTRYPOINT ["cmd.exe", "/S", "/K"]
113
-CMD ["C:/unpack.bat"]
+CMD ["C:/unpack.bat"]
0 commit comments