Skip to content

Commit

Permalink
updated dockerfile for go 1.16
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail <avramenkomihail15@gmail.com>
  • Loading branch information
Mixaster995 committed Apr 22, 2021
1 parent 08dc245 commit f688d73
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-buster as go
FROM golang:1.16-buster as go
ENV GO111MODULE=on
ENV CGO_ENABLED=0
ENV GOBIN=/bin
Expand Down

0 comments on commit f688d73

Please sign in to comment.