mirror of
https://github.com/moul/sshportal.git
synced 2025-01-10 09:27:39 +08:00
Merge pull request #170 from moul/renovate/docker-all
Update all Docker tags to v1.14.2
This commit is contained in:
commit
de6f37aa64
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
defaults: &defaults
|
defaults: &defaults
|
||||||
working_directory: /go/src/moul.io/sshportal
|
working_directory: /go/src/moul.io/sshportal
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.14.1
|
- image: circleci/golang:1.14.2
|
||||||
environment:
|
environment:
|
||||||
GO111MODULE: "on"
|
GO111MODULE: "on"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# build
|
# build
|
||||||
FROM golang:1.14.1 as builder
|
FROM golang:1.14.2 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