Skip to content

Commit ea9faae

Browse files
authored
Update the Go version to 1.13 in the Dockerfile (#403)
Signed-off-by: Cosmin Cojocar <[email protected]>
1 parent 186dec7 commit ea9faae

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-
ARG GO_VERSION=1.12
1+
ARG GO_VERSION=1.13
22
FROM golang:${GO_VERSION}-alpine AS builder
33
RUN apk add --update --no-cache ca-certificates make git curl
44
RUN mkdir -p /build

0 commit comments

Comments
 (0)