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 1ffb216 commit d0ee0a2Copy full SHA for d0ee0a2
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.23-alpine@sha256:b7486658b87d34ecf95125e5b97e8dfe86c21f712aa36fc0c702e5dc41dc63e1 AS build_go
+FROM golang:1.23-alpine@sha256:a8d9a13e197399d712db4673468cb0410bc7e7dcb974a6712ff113b13ad08357 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