Skip to content

Commit 501cd52

Browse files
authored
Merge pull request #2 from ultreme/renovate/docker-all
chore(deps): update all docker tags
2 parents 37d3d16 + 73302a7 commit 501cd52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ executors:
44
golang:
55
working_directory: /go/src/ultre.me/smsify
66
docker:
7-
- image: circleci/golang:1.12
7+
- image: circleci/golang:1.13
88
environment:
99
GO111MODULE: "on"
1010
DOCKER_IMAGE: ultreme/smsify
@@ -15,11 +15,11 @@ executors:
1515

1616
orbs:
1717
codecov: codecov/codecov@1.0.5
18-
moul: moul/build@1.5.0
18+
moul: moul/build@1.13.0
1919
retry: moul/retry@0.6.0
2020
docker: circleci/docker@0.5.13
2121
#dl: moul/dl@1.7.0
22-
tools: gotest/tools@0.0.10
22+
tools: gotest/tools@0.0.12
2323

2424
jobs:
2525
go-build:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG VCS_REF
44
ARG VERSION
55

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

0 commit comments

Comments
 (0)