mirror of
https://github.com/moul/sshportal.git
synced 2024-12-27 18:51:52 +08:00
chore(deps): bump golang from 1.17.5 to 1.17.6
Bumps golang from 1.17.5 to 1.17.6. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d95f1bd145
commit
0e8da37c80
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# build
|
||||
FROM golang:1.17.5 as builder
|
||||
FROM golang:1.17.6 as builder
|
||||
ENV GO111MODULE=on
|
||||
WORKDIR /go/src/moul.io/sshportal
|
||||
COPY go.mod go.sum ./
|
||||
|
|
Loading…
Reference in a new issue