diff --git a/README.md b/README.md index 26e58ad..49406e1 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ First, follow regular update instructions on the website (uploading files etc). | --- | ------------------ | ----------- | ---------------- | ----- **v2-pr12** | **v2.0.0-pr12** | **8.0** | **Yes** | **Recommended** v2-pr12-php74 | v2.0.0-pr12 | 7.4 | Yes | For compatibility with legacy modules -dev | v2 development | 8.0 | Yes | Testing only, reinstall frequently. +dev | v2 development | 8.1 | Yes | Testing only, reinstall frequently. ### Legacy tags diff --git a/deploy.sh b/deploy.sh index 806edb5..9010504 100755 --- a/deploy.sh +++ b/deploy.sh @@ -18,4 +18,4 @@ deploy_php(){ } # Tag PHP NamelessMC -deploy_php dev 8.0 v2 +deploy_php dev 8.1 v2 diff --git a/php_fpm/Dockerfile b/php_fpm/Dockerfile index b47850e..aba82e3 100644 --- a/php_fpm/Dockerfile +++ b/php_fpm/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=7.4 +ARG PHP_VERSION=8.1 FROM php:${PHP_VERSION}-fpm-alpine ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/