Skip to content

Commit

Permalink
Update Docker base image
Browse files Browse the repository at this point in the history
  • Loading branch information
dbelev committed Jun 10, 2019
1 parent 96b98a1 commit 65d8934
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: /go/src/github.com/Financial-Times/content-unroller
docker:
- image: circleci/golang:1.10
- image: circleci/golang:1.12
environment:
CIRCLE_TEST_REPORTS: /tmp/test-results
CIRCLE_COVERAGE_REPORT: /tmp/coverage-results
Expand Down Expand Up @@ -51,4 +51,4 @@ workflows:
- build
- dockerfile:
requires:
- build
- build
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.10-alpine
FROM golang:1.12-alpine

ENV PROJECT="content-unroller"

Expand Down Expand Up @@ -30,4 +30,4 @@ WORKDIR /
COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=0 /artifacts/* /

CMD ["/content-unroller"]
CMD ["/content-unroller"]

0 comments on commit 65d8934

Please sign in to comment.