From 157847c4a4d02b5ac761c7cbe19611da281725ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 23:17:01 +0000 Subject: [PATCH] chore(deps): update library/alpine docker tag to v3.20.3 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 696d544..04b8212 100644 --- a/build-images.sh +++ b/build-images.sh @@ -14,7 +14,7 @@ repobase="${REPOBASE:-ghcr.io/nethserver}" #Create webtop-webapp container reponame="imapsync-binary" -container=$(buildah from docker.io/library/alpine:3.20.2) +container=$(buildah from docker.io/library/alpine:3.20.3) buildah run "${container}" /bin/sh <<'EOF' set -e apk add --no-cache imapsync cronie