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 e606350 commit 7abe769Copy full SHA for 7abe769
cmd/ssl-game-controller/Dockerfile
@@ -4,7 +4,7 @@ WORKDIR frontend
4
RUN npm install
5
RUN npm run build
6
7
-FROM golang:1.24-alpine@sha256:fc2cff6625f3c1c92e6c85938ac5bd09034ad0d4bc2dfb08278020b68540dbb5 AS build_go
+FROM golang:1.24-alpine@sha256:8f8959f38530d159bf71d0b3eb0c547dc61e7959d8225d1599cf762477384923 AS build_go
8
ARG cmd=ssl-game-controller
9
WORKDIR work
10
COPY . .
cmd/ssl-ref-client/Dockerfile
@@ -1,4 +1,4 @@
1
2
ARG cmd=ssl-ref-client
3
0 commit comments