Skip to content

Commit f49418e

Browse files
committed
pin alpine python
1 parent 9159247 commit f49418e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-alpine.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [[ -z "${TEST_ALPINE}" ]]; then
55
exit 0
66
fi
77

8-
docker run -v ${PWD}:/code -e INSTALL_REQUIREMENTS=${INSTALL_REQUIREMENTS} python:3-alpine sh -c "
8+
docker run -v ${PWD}:/code -e INSTALL_REQUIREMENTS=${INSTALL_REQUIREMENTS} python:3.12-alpine sh -c "
99
apk update \
1010
&& apk add git build-base jpeg-dev zlib-dev \
1111
&& pip install tox coveralls \

0 commit comments

Comments
 (0)