Skip to content

Commit

Permalink
Merge pull request #5 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 30, 2020
2 parents 501cd52 + fa2ac4b commit 1b12593
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .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.13
- image: circleci/golang:1.15
environment:
GO111MODULE: "on"
DOCKER_IMAGE: ultreme/smsify
Expand Down
4 changes: 2 additions & 2 deletions 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.13-alpine as builder
FROM golang:1.15-alpine as builder
RUN apk add --no-cache git gcc musl-dev make
ENV GO111MODULE=on
WORKDIR /go/src/ultre.me/smsify
Expand All @@ -14,7 +14,7 @@ COPY . ./
RUN make install

# minimalist runtime
FROM alpine:3.10
FROM alpine:3.12
LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name="smsify" \
org.label-schema.description="" \
Expand Down

0 comments on commit 1b12593

Please sign in to comment.