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 11d212a commit e99a4d9Copy full SHA for e99a4d9
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.0-php8.3-apache)
+container=$(buildah from docker.io/wordpress:6.8.2-php8.3-apache)
19
buildah run "${container}" /bin/sh <<'EOF'
20
set -e
21
docker-php-ext-install pdo_mysql
0 commit comments