mirror of
https://github.com/moul/sshportal.git
synced 2025-01-23 16:15:47 +08:00
chore(deps): bump golang from 1.18.0 to 1.20.1
Bumps golang from 1.18.0 to 1.20.1. --- 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
73926212d5
commit
e7cf6f00ac
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# build
|
# build
|
||||||
FROM golang:1.18.0 as builder
|
FROM golang:1.20.1 as builder
|
||||||
ENV GO111MODULE=on
|
ENV GO111MODULE=on
|
||||||
WORKDIR /go/src/moul.io/sshportal
|
WORKDIR /go/src/moul.io/sshportal
|
||||||
COPY go.mod go.sum ./
|
COPY go.mod go.sum ./
|
||||||
|
|
Loading…
Reference in a new issue