Skip to content

Commit b67e44f

Browse files
renovate-botg3force
authored andcommitted
Update dependency golang to v1.18
1 parent 7219199 commit b67e44f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY . .
44
RUN yarn install
55
RUN yarn build
66

7-
FROM golang:1.17-alpine AS build_go
7+
FROM golang:1.18-alpine AS build_go
88
WORKDIR /go/src/github.com/RoboCup-SSL/ssl-vision-client
99
COPY . .
1010
COPY --from=build_node /tmp/ssl-vision-client/dist dist

cli.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.17-alpine AS build
1+
FROM golang:1.18-alpine AS build
22
WORKDIR /go/src/github.com/RoboCup-SSL/ssl-vision-client
33
COPY cmd cmd
44
COPY pkg pkg

0 commit comments

Comments
 (0)