mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-12-19 11:12:18 +01: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:
parent
6cb3f8196c
commit
09f62ba15b
1 changed files with 1 additions and 1 deletions
|
|
@ -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/*
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue