Skip to content

Commit

Permalink
Merge pull request #16 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.1
  • Loading branch information
stephdl authored Aug 29, 2024
2 parents 6b86b96 + 5c68f42 commit fb53c04
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.4.3-php8.3-apache)
container=$(buildah from docker.io/wordpress:6.6.1-php8.3-apache)
buildah run "${container}" /bin/sh <<'EOF'
set -e
docker-php-ext-install pdo_mysql
Expand Down

0 comments on commit fb53c04

Please sign in to comment.