Skip to content

Commit

Permalink
fix wordpress version in build-images.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Aug 29, 2024
1 parent 4e8c044 commit 5fe2781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ set -e
images=()
# The image will be pushed to GitHub container registry
repobase="${REPOBASE:-ghcr.io/nethserver}"
wordpress_version="6.4.3-php8.3-apache"

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

0 comments on commit 5fe2781

Please sign in to comment.