mirror of
https://github.com/moul/sshportal.git
synced 2024-11-10 17:26:41 +08:00
Merge pull request #230 from moul/dependabot/docker/golang-1.15.6
chore(deps): bump golang from 1.15.5 to 1.15.6
This commit is contained in:
commit
24814c4152
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# build
|
||||
FROM golang:1.15.5 as builder
|
||||
FROM golang:1.15.6 as builder
|
||||
ENV GO111MODULE=on
|
||||
WORKDIR /go/src/moul.io/sshportal
|
||||
COPY go.mod go.sum ./
|
||||
|
|
Loading…
Reference in a new issue