Skip to content

Commit 5c38998

Browse files
committed
Switch from Alpine 3.10 to 3.11 for Python 3.9-rc
1 parent 7acb0a3 commit 5c38998

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
@@ -6,7 +6,7 @@ matrix:
66
- os: linux
77
env: VERSION=3.9-rc VARIANT=buster
88
- os: linux
9-
env: VERSION=3.9-rc VARIANT=alpine3.10
9+
env: VERSION=3.9-rc VARIANT=alpine3.11
1010
- os: linux
1111
env: VERSION=3.8 VARIANT=buster
1212
- os: linux

3.9-rc/alpine3.10/Dockerfile renamed to 3.9-rc/alpine3.11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM alpine:3.10
7+
FROM alpine:3.11
88

99
# ensure local python is preferred over distribution python
1010
ENV PATH /usr/local/bin:$PATH

0 commit comments

Comments
 (0)