mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-19 13:15:23 +08:00
feat: always force-upgrade alpine openssl
Force upgrade the alpines openssl to 3.5.4-r0 in order to tackle CVE-2025-9230 (low) CVE-2025-9231 (low) CVE-2025-9232 (low) See: https://github.com/Burnett01/rsync-deployments/security/code-scanning/7 https://github.com/Burnett01/rsync-deployments/security/code-scanning/8 https://github.com/Burnett01/rsync-deployments/security/code-scanning/9
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
FROM drinternet/rsync@sha256:e61f4047577b566872764fa39299092adeab691efb3884248dbd6495dc926527
|
||||
|
||||
# always force-upgrade rsync to get the latest security fixes
|
||||
RUN apk update && apk add --no-cache --upgrade rsync
|
||||
RUN apk update && apk add --no-cache --upgrade rsync openssl
|
||||
RUN rm -rf /var/cache/apk/*
|
||||
|
||||
# Copy entrypoint
|
||||
|
||||
Reference in New Issue
Block a user