mirror of
https://github.com/moul/sshportal.git
synced 2024-11-10 09:12:49 +08:00
Update all Docker tags to v1.12.6
This commit is contained in:
parent
671ba03b78
commit
b2b04a1155
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
defaults: &defaults
|
||||
working_directory: /go/src/moul.io/sshportal
|
||||
docker:
|
||||
- image: circleci/golang:1.12.5
|
||||
- image: circleci/golang:1.12.6
|
||||
environment:
|
||||
GO111MODULE: "on"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# build
|
||||
FROM golang:1.12.5 as builder
|
||||
FROM golang:1.12.6 as builder
|
||||
ENV GO111MODULE=on
|
||||
COPY . /go/src/moul.io/sshportal
|
||||
WORKDIR /go/src/moul.io/sshportal
|
||||
|
|
Loading…
Reference in a new issue