Skip to content

Commit

Permalink
Merge pull request #2 from ultreme/renovate/docker-all
Browse files Browse the repository at this point in the history
chore(deps): update all docker tags
  • Loading branch information
moul authored Nov 2, 2019
2 parents 37d3d16 + 73302a7 commit 501cd52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ executors:
golang:
working_directory: /go/src/ultre.me/smsify
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.13
environment:
GO111MODULE: "on"
DOCKER_IMAGE: ultreme/smsify
Expand All @@ -15,11 +15,11 @@ executors:

orbs:
codecov: codecov/codecov@1.0.5
moul: moul/build@1.5.0
moul: moul/build@1.13.0
retry: moul/retry@0.6.0
docker: circleci/docker@0.5.13
#dl: moul/dl@1.7.0
tools: gotest/tools@0.0.10
tools: gotest/tools@0.0.12

jobs:
go-build:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG VCS_REF
ARG VERSION

# build
FROM golang:1.12-alpine as builder
FROM golang:1.13-alpine as builder
RUN apk add --no-cache git gcc musl-dev make
ENV GO111MODULE=on
WORKDIR /go/src/ultre.me/smsify
Expand Down

0 comments on commit 501cd52

Please sign in to comment.