Release/9.0.0 (v9) (#105)

* feat: Upgrade Alpine base image to version 3.24.1

* chore: Update supported versions and their statuses

* chore: Update README with new versions and action updates

Updated the README to reflect changes in Alpine and Rsync versions, and updated the action versions from v8 to v9.

* chore: Update Alpine version in README.md
This commit is contained in:
Burnett01
2026-06-22 22:35:49 +02:00
committed by GitHub
parent 32988e12ed
commit 4d419d1dc4
3 changed files with 30 additions and 21 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 AS base
FROM alpine:3.24.1@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b AS base
RUN apk update && apk add --no-cache --upgrade rsync openssh openssl busybox