Skip to content

Commit e8674e6

Browse files
committed
Drop alpine 3.11, update generate-stackbrew-library.sh for alpine 3.13
1 parent f550db0 commit e8674e6

File tree

10 files changed

+18
-512
lines changed

10 files changed

+18
-512
lines changed

3.10-rc/alpine3.13/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN set -eux; \
2424
# other runtime dependencies for Python are installed later
2525

2626
ENV GPG_KEY A035C8C19219BA821ECEA86B64E628F8D684696D
27-
ENV PYTHON_VERSION 3.10.0a4
27+
ENV PYTHON_VERSION 3.10.0a5
2828

2929
RUN set -ex \
3030
&& apk add --no-cache --virtual .fetch-deps \
@@ -114,10 +114,10 @@ RUN cd /usr/local/bin \
114114
&& ln -s python3-config python-config
115115

116116
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
117-
ENV PYTHON_PIP_VERSION 20.3.3
117+
ENV PYTHON_PIP_VERSION 21.0.1
118118
# https://github.com/pypa/get-pip
119-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/39356a9d34700a468cf847867ac1a3bd72cc5e45/get-pip.py
120-
ENV PYTHON_GET_PIP_SHA256 ec367c5c9b82fa13c04cfabb0a069e84496d5c36714f14d19b5f24d519d3ba25
119+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/4be3fe44ad9dedc028629ed1497052d65d281b8e/get-pip.py
120+
ENV PYTHON_GET_PIP_SHA256 8006625804f55e1bd99ad4214fd07082fee27a1c35945648a58f9087a714e9d4
121121

122122
RUN set -ex; \
123123
\

3.6/alpine3.11/Dockerfile

Lines changed: 0 additions & 176 deletions
This file was deleted.

3.6/alpine3.13/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ RUN cd /usr/local/bin \
148148
&& ln -s python3-config python-config
149149

150150
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
151-
ENV PYTHON_PIP_VERSION 20.3.3
151+
ENV PYTHON_PIP_VERSION 21.0.1
152152
# https://github.com/pypa/get-pip
153-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/39356a9d34700a468cf847867ac1a3bd72cc5e45/get-pip.py
154-
ENV PYTHON_GET_PIP_SHA256 ec367c5c9b82fa13c04cfabb0a069e84496d5c36714f14d19b5f24d519d3ba25
153+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/4be3fe44ad9dedc028629ed1497052d65d281b8e/get-pip.py
154+
ENV PYTHON_GET_PIP_SHA256 8006625804f55e1bd99ad4214fd07082fee27a1c35945648a58f9087a714e9d4
155155

156156
RUN set -ex; \
157157
\

3.7/alpine3.11/Dockerfile

Lines changed: 0 additions & 177 deletions
This file was deleted.

0 commit comments

Comments
 (0)