We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1da515 + e0174e7 commit 944cff2Copy full SHA for 944cff2
1 file changed
ansible/roles/repository/templates/Jenkinsfile.j2
@@ -461,7 +461,7 @@ pipeline {
461
-v ${WORKSPACE}:/mnt \
462
-e AWS_ACCESS_KEY_ID=\"${S3_KEY}\" \
463
-e AWS_SECRET_ACCESS_KEY=\"${S3_SECRET}\" \
464
- ghcr.io/linuxserver/baseimage-alpine:3 s6-envdir -fn -- /var/run/s6/container_environment /bin/bash -c "\
+ ghcr.io/linuxserver/baseimage-alpine:3.23 s6-envdir -fn -- /var/run/s6/container_environment /bin/bash -c "\
465
apk add --no-cache python3 && \
466
python3 -m venv /lsiopy && \
467
pip install --no-cache-dir -U pip && \
0 commit comments