Revert to Alpine 3.21

This commit is contained in:
2025-08-17 14:40:30 +03:00
committed by GitHub
parent 83240a5bc4
commit a659f3c084

View File

@@ -1,4 +1,4 @@
FROM alpine:latest AS builder
FROM alpine:3.21 AS builder
ARG TARGETPLATFORM
@@ -12,7 +12,7 @@ RUN apk add --no-cache curl jq \
&& curl --retry 3 -L -s -o /tmp/s6-overlay.tar.xz $S6_DOWNLOAD_URL \
&& tar -xf /tmp/s6-overlay.tar.xz -C /tmp/s6-overlay
FROM alpine:latest
FROM alpine:3:21
RUN apk add --no-cache bash curl openssh-server rsync rrsync borgbackup
COPY --from=builder /tmp/s6-overlay /