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

This commit is contained in:
Renovate Bot 2020-02-27 00:21:58 +00:00 committed by Manfred Touron
parent 2cdfcf60fe
commit 6a068dc430
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.12.6 - image: circleci/golang:1.14.0
environment: environment:
GO111MODULE: "on" GO111MODULE: "on"

View file

@ -1,5 +1,5 @@
# build # build
FROM golang:1.12.6 as builder FROM golang:1.14.0 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 ./