mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-19 21:25:22 +08:00
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:
+1
-1
@@ -1,6 +1,6 @@
|
||||
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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user