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 0c5d823 commit f7989f7Copy full SHA for f7989f7
Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /tmp/ssl-game-controller/frontend
4
RUN npm install
5
RUN npm run build
6
7
-FROM golang:1.18-alpine3.15 AS build_go
+FROM golang:1.19-alpine3.15 AS build_go
8
WORKDIR /go/src/github.com/RoboCup-SSL/ssl-game-controller
9
COPY cmd cmd
10
COPY internal internal
cmd/ssl-team-client/Dockerfile
@@ -1,4 +1,4 @@
1
2
3
0 commit comments