diff --git a/README.md b/README.md index 91a36ed..ec919b8 100644 --- a/README.md +++ b/README.md @@ -42,14 +42,14 @@ | Image | Upstream (base image) | Versions | Stability branch | |-----------------------|-----------------------|---------------------|------------------| -| [wodby/adminer] | [wodby/php] | `7.4` | | +| [wodby/adminer] | [wodby/php] | `8.1` | | | [wodby/drupal-php] | [wodby/php] | `8.3`, `8.2`, `8.1` | `4.x` | | [wodby/drupal] | [wodby/drupal-php] | `8.3`, `8.2`, `8.1` | `4.x` | | [wodby/matomo] | [wodby/php] | `8.1` | | -| [wodby/webgrind] | [wodby/php] | `7.4` | | +| [wodby/webgrind] | [wodby/php] | `8.1` | | | [wodby/wordpress-php] | [wodby/php] | `8.3`, `8.2`, `8.1` | `4.x` | | [wodby/wordpress] | [wodby/wordpress-php] | `8.3`, `8.2`, `8.1` | `4.x` | -| [wodby/xhprof] | [wodby/php] | `7.4` | | +| [wodby/xhprof] | [wodby/php] | `8.1` | | | [wodby/laravel-php] | [wodby/php] | `8.3`, `8.2`, `8.1` | | ### Version updates from upstream other than base image diff --git a/stability-tags/adminer-php.sh b/stability-tags/adminer-php.sh index d9eba98..ecd0234 100755 --- a/stability-tags/adminer-php.sh +++ b/stability-tags/adminer-php.sh @@ -4,4 +4,4 @@ set -e . ../update.sh -rebuild_and_rebase "wodby/adminer" "7.4" \ No newline at end of file +rebuild_and_rebase "wodby/adminer" "8.1" \ No newline at end of file diff --git a/stability-tags/webgrind-php.sh b/stability-tags/webgrind-php.sh index 89fd844..c9202a5 100755 --- a/stability-tags/webgrind-php.sh +++ b/stability-tags/webgrind-php.sh @@ -4,4 +4,4 @@ set -e . ../update.sh -rebuild_and_rebase "wodby/webgrind" "7.4" \ No newline at end of file +rebuild_and_rebase "wodby/webgrind" "8.1" \ No newline at end of file diff --git a/stability-tags/xhprof.sh b/stability-tags/xhprof.sh index 73013af..57a9ecc 100755 --- a/stability-tags/xhprof.sh +++ b/stability-tags/xhprof.sh @@ -4,4 +4,4 @@ set -e . ../update.sh -rebuild_and_rebase "wodby/xhprof" "7.4" +rebuild_and_rebase "wodby/xhprof" "8.1"