Skip to content

Commit

Permalink
Merge pull request #17 from NethServer/renovate/wordpress-6.x
Browse files Browse the repository at this point in the history
chore(deps): update wordpress docker tag to v6.6.2 NethServer/dev#7089
  • Loading branch information
stephdl authored Oct 30, 2024
2 parents b7720fd + 0f6b305 commit bf74a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repobase="${REPOBASE:-ghcr.io/nethserver}"

#Create webtop-webapp container
reponame="wordpress-app"
container=$(buildah from docker.io/wordpress:6.6.1-php8.3-apache)
container=$(buildah from docker.io/wordpress:6.6.2-php8.3-apache)
buildah run "${container}" /bin/sh <<'EOF'
set -e
docker-php-ext-install pdo_mysql
Expand Down

0 comments on commit bf74a7a

Please sign in to comment.