From f5677d330a991f15c3302c401873e33df9caf205 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 28 Aug 2025 23:22:35 +0200 Subject: [PATCH] Alpine 3.22.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc7be23..ef98d5c 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This GitHub Action (amd64) deploys files in `GITHUB_WORKSPACE` to a remote folde Use this action in a CD workflow which leaves deployable code in `GITHUB_WORKSPACE`. -The base-image [drinternet/rsync](https://github.com/JoshPiper/rsync-docker/) of this action is very small and is based on Alpine 3.19.1 (no cache) which results in fast deployments. +The base-image [drinternet/rsync](https://github.com/JoshPiper/rsync-docker/) of this action is very small and is based on Alpine 3.22.1 (no cache) which results in fast deployments. -Alpine version: [3.19.1](https://alpinelinux.org/posts/Alpine-3.19.1-released.html) +Alpine version: [3.22.1](https://alpinelinux.org/posts/Alpine-3.19.8-3.20.7-3.21.4-3.22.1-released.html) Rsync version: [3.4.0-r0](https://download.samba.org/pub/rsync/NEWS#3.4.0) ---