Skip to content

Commit

Permalink
Merge pull request #802 from finpluto/master
Browse files Browse the repository at this point in the history
chore(dep): Upgrade go from 1.15.5 to 1.16 in dockerfile.
  • Loading branch information
Mrs4s authored Apr 8, 2021
2 parents 2dd2a93 + 464c2c8 commit c064366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.15.5-alpine AS builder
FROM golang:1.16-alpine AS builder

RUN go env -w GO111MODULE=auto \
&& go env -w CGO_ENABLED=0 \
Expand Down

0 comments on commit c064366

Please sign in to comment.