mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-12-19 11:12:18 +01:00
chore: upgrade alpine 3.22.2
This commit is contained in:
parent
bf2d964f6f
commit
d4d84ba02c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.22.1 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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue