1
1
Fork 0
mirror of https://github.com/moul/sshportal.git synced 2025-02-04 05:50:49 +08:00

chore(deps): update all docker tags to v1.12.1

This commit is contained in:
Renovate Bot 2019-03-16 00:20:45 +00:00
parent 5d147fc03b
commit 43a96d1636
2 changed files with 2 additions and 2 deletions

View file

@ -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.11.4 - image: circleci/golang:1.12.1
environment: environment:
GO111MODULE: "on" GO111MODULE: "on"

View file

@ -1,5 +1,5 @@
# build # build
FROM golang:1.11.4 as builder FROM golang:1.12.1 as builder
ENV GO111MODULE=on ENV GO111MODULE=on
COPY . /go/src/moul.io/sshportal COPY . /go/src/moul.io/sshportal
WORKDIR /go/src/moul.io/sshportal WORKDIR /go/src/moul.io/sshportal