mirror of
https://github.com/moul/sshportal.git
synced 2025-09-29 07:55:55 +08:00
chore(deps): bump golang from 1.16.5 to 1.17.2
Bumps golang from 1.16.5 to 1.17.2. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
65de503b2e
commit
daf4af9225
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# build
|
||||
FROM golang:1.16.5 as builder
|
||||
FROM golang:1.17.2 as builder
|
||||
ENV GO111MODULE=on
|
||||
WORKDIR /go/src/moul.io/sshportal
|
||||
COPY go.mod go.sum ./
|
||||
|
|
Loading…
Add table
Reference in a new issue