Skip to content

Commit 1b12593

Browse files
authored
Merge pull request #5 from ultreme/renovate/docker-all
chore(deps): update all docker tags
2 parents 501cd52 + fa2ac4b commit 1b12593

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
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.13
7+
- image: circleci/golang:1.15
88
environment:
99
GO111MODULE: "on"
1010
DOCKER_IMAGE: ultreme/smsify

Dockerfile

Lines changed: 2 additions & 2 deletions
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.13-alpine as builder
7+
FROM golang:1.15-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
@@ -14,7 +14,7 @@ COPY . ./
1414
RUN make install
1515

1616
# minimalist runtime
17-
FROM alpine:3.10
17+
FROM alpine:3.12
1818
LABEL org.label-schema.build-date=$BUILD_DATE \
1919
org.label-schema.name="smsify" \
2020
org.label-schema.description="" \

0 commit comments

Comments
 (0)