mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2025-12-15 03:04:19 +01:00
Revert to Alpine 3.21
This commit is contained in:
@@ -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 /
|
||||
|
||||
Reference in New Issue
Block a user