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.
1 parent e4b3d3c commit a0d4355Copy full SHA for a0d4355
1 file changed
Jenkinsfile
@@ -286,7 +286,7 @@ pipeline {
286
-v ${WORKSPACE}:/mnt \
287
-e AWS_ACCESS_KEY_ID=\"${S3_KEY}\" \
288
-e AWS_SECRET_ACCESS_KEY=\"${S3_SECRET}\" \
289
- 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 "\
290
apk add --no-cache python3 && \
291
python3 -m venv /lsiopy && \
292
pip install --no-cache-dir -U pip && \
0 commit comments