From 24c8ea6b27231539412488885016b77bccd73a40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 01:35:12 +0000 Subject: [PATCH] chore(deps): update library/alpine docker tag to v3.21.0 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 696d544..a851a32 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.0) buildah run "${container}" /bin/sh <<'EOF' set -e apk add --no-cache imapsync cronie