We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86cff5 commit 1deedefCopy full SHA for 1deedef
build-images.sh
@@ -15,7 +15,7 @@ repobase="${REPOBASE:-ghcr.io/nethserver}"
15
16
#Create webtop-webapp container
17
reponame="wordpress-app"
18
-container=$(buildah from docker.io/wordpress:6.8.2-php8.3-apache)
+container=$(buildah from docker.io/wordpress:6.8.3-php8.3-apache)
19
buildah run "${container}" /bin/sh <<'EOF'
20
set -e
21
docker-php-ext-install pdo_mysql
0 commit comments