From 443e5e9ef0675a319c0e20570754243773946de6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 21:54:39 +0000 Subject: [PATCH] chore(deps): update library/alpine docker tag to v3.21.2 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 696d544..1e20b8a 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.21.2) buildah run "${container}" /bin/sh <<'EOF' set -e apk add --no-cache imapsync cronie