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 7219199 commit b67e44fCopy full SHA for b67e44f
Dockerfile
@@ -4,7 +4,7 @@ COPY . .
4
RUN yarn install
5
RUN yarn build
6
7
-FROM golang:1.17-alpine AS build_go
+FROM golang:1.18-alpine AS build_go
8
WORKDIR /go/src/github.com/RoboCup-SSL/ssl-vision-client
9
COPY . .
10
COPY --from=build_node /tmp/ssl-vision-client/dist dist
cli.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.17-alpine AS build
+FROM golang:1.18-alpine AS build
2
3
COPY cmd cmd
COPY pkg pkg
0 commit comments