Skip to content

Commit 5e48736

Browse files
authored
Update Dockerfile, GODBOLT_SHA to d59b5afde407e2d97005b4f4b3192c9b88abe339
pulled CE upstream
1 parent 45866df commit 5e48736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG NODE_VERSION=23.10.0
66
ARG ZSTD_VERSION=1.5.7
77

88
ARG GODBOLT_REMOTE=https://github.com/compiler-explorer/compiler-explorer.git
9-
ARG GODBOLT_SHA=fc1b97ef9325eacbb8100d280aee0b0158a5adca
9+
ARG GODBOLT_SHA=d59b5afde407e2d97005b4f4b3192c9b88abe339
1010

1111
ARG IMPL_GIT_VERSION=2.48.1
1212
ARG IMPL_ARTIFACTS_DIR="C:\artifacts"
@@ -110,4 +110,4 @@ COPY unpack.bat .
110110
WORKDIR C:\Compiler-Explorer
111111

112112
ENTRYPOINT ["cmd.exe", "/S", "/K"]
113-
CMD ["C:/unpack.bat"]
113+
CMD ["C:/unpack.bat"]

0 commit comments

Comments
 (0)