Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit c488b2c

Browse files
committed
Update Go version in Dockerfile
1 parent 49ddacc commit c488b2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.12-alpine as build_base
1+
FROM golang:1.13-alpine as build_base
22
WORKDIR /build
33
ENV GO111MODULE=on
44
RUN apk add --update git

0 commit comments

Comments
 (0)