Skip to content

Commit

Permalink
chore(docker): use golang 1.16beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
mzz2017 committed Dec 29, 2020
1 parent 6cd3e57 commit 7bc4051
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
Expand Up @@ -3,7 +3,7 @@ WORKDIR /build
ADD .git ./.git
RUN git describe --abbrev=0 --tags > ./version

FROM golang:alpine AS builder
FROM golang:1.16beta1-alpine AS builder
WORKDIR /build
ADD . .
ENV GO111MODULE=on
Expand Down

0 comments on commit 7bc4051

Please sign in to comment.