Skip to content

Commit

Permalink
chore(dep): Upgrade go from 1.15.5 to 1.16 in dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
finpluto committed Apr 7, 2021
1 parent 75b531e commit 464c2c8
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 464c2c8

Please sign in to comment.