Skip to content

Commit 6a2b234

Browse files
committed
Update Go version in Dockerfile
1 parent b7fc37e commit 6a2b234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.14-alpine AS build
1+
FROM golang:1.16-alpine AS build
22
WORKDIR /go/src/github.com/RoboCup-SSL/ssl-simulation-controller
33
COPY go.mod go.mod
44
RUN go mod download

0 commit comments

Comments
 (0)