Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Upgrade alpine image to 3.12 #24

Merged
merged 1 commit into from
Jun 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ script:
- docker build stretch/slim
- docker build buster
- docker build buster/slim
- docker build alpine3.10
- docker build alpine3.12
after_success: |
if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then
curl -sS -H "Content-Type: application/json" --data '{"build": true}' -X POST \
Expand Down
2 changes: 1 addition & 1 deletion alpine3.10/Dockerfile → alpine3.12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.12

ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
Expand Down