chore(deps): bump golang from 1.16.2 to 1.16.3

Bumps golang from 1.16.2 to 1.16.3.

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-27 08:37:08 +00:00 committed by GitHub
parent 7c68c861bd
commit d5bf550e96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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