Skip to content

Commit f7989f7

Browse files
renovate[bot]g3force
authored andcommitted
Update golang Docker tag to v1.19
1 parent 0c5d823 commit f7989f7

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 @@ WORKDIR /tmp/ssl-game-controller/frontend
44
RUN npm install
55
RUN npm run build
66

7-
FROM golang:1.18-alpine3.15 AS build_go
7+
FROM golang:1.19-alpine3.15 AS build_go
88
WORKDIR /go/src/github.com/RoboCup-SSL/ssl-game-controller
99
COPY cmd cmd
1010
COPY internal internal

cmd/ssl-team-client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18-alpine3.15 AS build_go
1+
FROM golang:1.19-alpine3.15 AS build_go
22
WORKDIR /go/src/github.com/RoboCup-SSL/ssl-game-controller
33
COPY cmd cmd
44
COPY internal internal

0 commit comments

Comments
 (0)