Skip to content

Commit 0c90fc4

Browse files
chore(deps): update wordpress docker tag to v6.7.1 (#18)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bf74a7a commit 0c90fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repobase="${REPOBASE:-ghcr.io/nethserver}"
1515

1616
#Create webtop-webapp container
1717
reponame="wordpress-app"
18-
container=$(buildah from docker.io/wordpress:6.6.2-php8.3-apache)
18+
container=$(buildah from docker.io/wordpress:6.7.1-php8.3-apache)
1919
buildah run "${container}" /bin/sh <<'EOF'
2020
set -e
2121
docker-php-ext-install pdo_mysql

0 commit comments

Comments
 (0)