Update to PHP 8.2

This commit is contained in:
Robin 2022-12-12 20:15:53 +01:00
parent 24d889accd
commit 9ee4ac23a6
2 changed files with 7 additions and 7 deletions

View File

@ -46,9 +46,9 @@ First, follow regular update instructions on the website (uploading files etc).
### Supported tags
| Tag | NamelessMC version | PHP version | Receives updates\* | Notes
| --- | ------------------ | ----------- | ---------------- | -----
v2.0.2 | v2.0.2 | 8.1 | Yes |
v2.0 | Latest v2.0.x release (currently 2.0.2) | 8.1 | Yes
dev | v2 development | 8.1 | Yes | For development only, reinstall frequently. Downloads latest source code and includes composer and yarnpkg.
v2.0.2 | v2.0.2 | 8.2 (8.1 before 2022-12-12) | Yes |
v2.0 | Latest v2.0.x release (currently 2.0.2) | 8.2 (8.1 before 2022-12-12) | Yes
dev | v2 development | 8.2 | Yes | For development only, reinstall frequently. Downloads latest source code and includes composer and yarn.
### Legacy tags
@ -64,9 +64,9 @@ v2-pr11 | v2.0.0-pr11 | 8.0 | Yes |
v2-pr11-php74 | v2.0.0-pr11 | 7.4 | Yes | For compatibility with legacy modules
v2-pr12 | v2.0.0-pr12 | 8.0 | Yes |
v2-pr12-php74 | v2.0.0-pr12 | 7.4 | Yes | For compatibility with legacy modules
v2-pr13 | v2.0.0-pr13 | 8.1 | Yes |
v2.0.0 | v2.0.0 | 8.1 | Yes |
v2.0.1 | v2.0.1 | 8.1 | Yes |
v2-pr13 | v2.0.0-pr13 | 8.2 (8.1 before 2022-12-12) | Yes |
v2.0.0 | v2.0.0 | 8.2 (8.1 before 2022-12-12) | Yes |
v2.0.1 | v2.0.1 | 8.2 (8.1 before 2022-12-12) | Yes |
dev-php8 | v2 development | 8.0 | No | Use `:dev` instead, it now uses PHP 8
\* Image updates, not NamelessMC updates. Only the latest NamelessMC version is supported.

View File

@ -1,4 +1,4 @@
FROM php:8.1-fpm-bullseye
FROM php:8.2-fpm-bullseye
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
RUN chmod +x /usr/local/bin/install-php-extensions && \