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

Commit 2ed65d7

Browse files
authored
Merge pull request #283 from secrethub/fix/dockerfile-go-version
Update Go version in Dockerfile
2 parents 49ddacc + c488b2c commit 2ed65d7

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)