mirror of
https://github.com/moul/sshportal.git
synced 2025-09-03 19:25:32 +08:00
Merge pull request #308 from moul/dependabot/docker/golang-1.17.5
chore(deps): bump golang from 1.17.3 to 1.17.5
This commit is contained in:
commit
1b97531c6e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# build
|
||||
FROM golang:1.17.3 as builder
|
||||
FROM golang:1.17.5 as builder
|
||||
ENV GO111MODULE=on
|
||||
WORKDIR /go/src/moul.io/sshportal
|
||||
COPY go.mod go.sum ./
|
||||
|
|
Loading…
Add table
Reference in a new issue