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 e487c17 commit 4948633Copy full SHA for 4948633
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:a8d9a13e197399d712db4673468cb0410bc7e7dcb974a6712ff113b13ad08357 AS build_go
+FROM golang:1.24-alpine@sha256:68932fa6d4d4059845c8f40ad7e654e626f3ebd3706eef7846f319293ab5cb7a 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