Skip to content

Commit e99a4d9

Browse files
chore(deps): update wordpress docker tag to v6.8.2 (#22)
NethServer/dev#7588
1 parent 11d212a commit e99a4d9

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.8.0-php8.3-apache)
18+
container=$(buildah from docker.io/wordpress:6.8.2-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)