Skip to content

Commit 944cff2

Browse files
authored
Merge pull request #375 from linuxserver/shellcheck
fix baseimage for shellcheck
2 parents f1da515 + e0174e7 commit 944cff2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/repository/templates/Jenkinsfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ pipeline {
461461
-v ${WORKSPACE}:/mnt \
462462
-e AWS_ACCESS_KEY_ID=\"${S3_KEY}\" \
463463
-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 "\
464+
ghcr.io/linuxserver/baseimage-alpine:3.23 s6-envdir -fn -- /var/run/s6/container_environment /bin/bash -c "\
465465
apk add --no-cache python3 && \
466466
python3 -m venv /lsiopy && \
467467
pip install --no-cache-dir -U pip && \

0 commit comments

Comments
 (0)