Merge pull request #174 from moul/renovate/docker-all

chore(deps): update all docker tags to v1.14.4
This commit is contained in:
Manfred Touron 2020-06-06 18:21:26 +02:00 committed by GitHub
commit 5cf6b1c218
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
defaults: &defaults
working_directory: /go/src/moul.io/sshportal
docker:
- image: circleci/golang:1.14.2
- image: circleci/golang:1.14.4
environment:
GO111MODULE: "on"

View file

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