From 0a0e16ba15e0213e1b27eb50844a158a1479be38 Mon Sep 17 00:00:00 2001 From: Steven Agyekum Date: Thu, 12 Aug 2021 14:24:30 +0200 Subject: [PATCH] mention Alpine verison --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f7e11a..c5da961 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This GitHub Action deploys files in `GITHUB_WORKSPACE` to a remote folder via rs Use this action in a CD workflow which leaves deployable code in `GITHUB_WORKSPACE`. -The base-image (drinternet/rsync) of this action is very small and is based on Alpine (no cache) which results in fast deployments. +The base-image (drinternet/rsync) of this action is very small and is based on Alpine 3.14.1 (no cache) which results in fast deployments. ---