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 5db0354 commit b8ac3bfCopy full SHA for b8ac3bf
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.20-alpine AS build_go
+FROM golang:1.21-alpine 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