Skip to content

Commit

Permalink
chore(deps): update all docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 19, 2019
1 parent 501cd52 commit a28b873
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ orbs:
codecov: codecov/codecov@1.0.5
moul: moul/build@1.13.0
retry: moul/retry@0.6.0
docker: circleci/docker@0.5.13
docker: circleci/docker@0.5.20
#dl: moul/dl@1.7.0
tools: gotest/tools@0.0.12
tools: gotest/tools@0.0.13

jobs:
go-build:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY . ./
RUN make install

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

0 comments on commit a28b873

Please sign in to comment.