mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-19 21:25:22 +08:00
refactor: bring back package-shifting
Ability to allow for more recent apk versions.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
FROM alpine:3.22.2@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 AS base
|
||||
|
||||
RUN apk update && apk add --no-cache rsync openssh openssl busybox
|
||||
RUN apk update && apk add --no-cache --upgrade rsync openssh openssl busybox
|
||||
|
||||
RUN rm -rf /var/cache/apk/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user