From 5c68f42996dd128028025c855ce4ef1e9619934a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 08:17:44 +0000 Subject: [PATCH] chore(deps): update wordpress docker tag to v6.6.1 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 0b9b552..6efa444 100644 --- a/build-images.sh +++ b/build-images.sh @@ -15,7 +15,7 @@ repobase="${REPOBASE:-ghcr.io/nethserver}" #Create webtop-webapp container reponame="wordpress-app" -container=$(buildah from docker.io/wordpress:6.4.3-php8.3-apache) +container=$(buildah from docker.io/wordpress:6.6.1-php8.3-apache) buildah run "${container}" /bin/sh <<'EOF' set -e docker-php-ext-install pdo_mysql