chore: force-upgrade alpine busybox to tackle CVE-2024-58251

See: https://github.com/Burnett01/rsync-deployments/security/code-scanning/15
This commit is contained in:
Burnett01 2025-12-02 15:17:42 +00:00
parent 6cb3f8196c
commit 09f62ba15b

View file

@ -1,6 +1,6 @@
FROM alpine:3.22.2 as base FROM alpine:3.22.2 as base
RUN apk update && apk add --no-cache --upgrade rsync openssh-client openssl RUN apk update && apk add --no-cache --upgrade rsync openssh-client openssl busybox
RUN rm -rf /var/cache/apk/* RUN rm -rf /var/cache/apk/*