Skip to content

Commit

Permalink
Merge pull request #156 from moul/renovate/docker-all
Browse files Browse the repository at this point in the history
chore(deps): update all docker tags to v1.12
  • Loading branch information
moul authored Mar 29, 2019
2 parents 14cfa52 + ea67b2c commit e8041eb
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 e8041eb

Please sign in to comment.