We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9159247 commit f49418eCopy full SHA for f49418e
build-alpine.sh
@@ -5,7 +5,7 @@ if [[ -z "${TEST_ALPINE}" ]]; then
5
exit 0
6
fi
7
8
-docker run -v ${PWD}:/code -e INSTALL_REQUIREMENTS=${INSTALL_REQUIREMENTS} python:3-alpine sh -c "
+docker run -v ${PWD}:/code -e INSTALL_REQUIREMENTS=${INSTALL_REQUIREMENTS} python:3.12-alpine sh -c "
9
apk update \
10
&& apk add git build-base jpeg-dev zlib-dev \
11
&& pip install tox coveralls \
0 commit comments