Merge pull request #245 from moul/dependabot/docker/golang-1.16.0

chore(deps): bump golang from 1.15.8 to 1.16.0
This commit is contained in:
Manfred Touron 2021-02-28 07:44:38 +01:00 committed by GitHub
commit 51612aab13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# build
FROM golang:1.15.8 as builder
FROM golang:1.16.0 as builder
ENV GO111MODULE=on
WORKDIR /go/src/moul.io/sshportal
COPY go.mod go.sum ./