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

Commit 91f0c2f

Browse files
authored
Merge pull request #24 from tyranron/alpine3.12
Upgrade alpine image to 3.12
2 parents a3342a7 + 25f834f commit 91f0c2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ script:
99
- docker build stretch/slim
1010
- docker build buster
1111
- docker build buster/slim
12-
- docker build alpine3.10
12+
- docker build alpine3.12
1313
after_success: |
1414
if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then
1515
curl -sS -H "Content-Type: application/json" --data '{"build": true}' -X POST \

alpine3.10/Dockerfile renamed to alpine3.12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.10
1+
FROM alpine:3.12
22

33
ENV RUSTUP_HOME=/usr/local/rustup \
44
CARGO_HOME=/usr/local/cargo \

0 commit comments

Comments
 (0)