Skip to content

Commit

Permalink
chore(deps): update all docker tags to v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and moul committed Feb 28, 2020
1 parent 2cdfcf6 commit 6a068dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defaults: &defaults
working_directory: /go/src/moul.io/sshportal
docker:
- image: circleci/golang:1.12.6
- image: circleci/golang:1.14.0
environment:
GO111MODULE: "on"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build
FROM golang:1.12.6 as builder
FROM golang:1.14.0 as builder
ENV GO111MODULE=on
WORKDIR /go/src/moul.io/sshportal
COPY go.mod go.sum ./
Expand Down

0 comments on commit 6a068dc

Please sign in to comment.