Skip to content

Commit

Permalink
chore(deps): update all docker tags to v1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 27, 2019
1 parent 82ab858 commit ea67b2c
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
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.11
- image: circleci/golang:1.12
working_directory: /go/src/moul.io/depviz
environment:
GO111MODULE: "on"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.11-alpine as build
FROM golang:1.12-alpine as build
RUN apk add --update --no-cache git gcc musl-dev make
ADD . /go/src/moul.io/depviz
WORKDIR /go/src/moul.io/depviz
Expand Down

0 comments on commit ea67b2c

Please sign in to comment.