chore(deps): bump golang from 1.15.6 to 1.15.7

Bumps golang from 1.15.6 to 1.15.7.

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-01-20 04:03:40 +00:00 committed by GitHub
parent 6872c727ef
commit 874467b1e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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