Update to PHP 8.2
This commit is contained in:
parent
24d889accd
commit
9ee4ac23a6
12
README.md
12
README.md
@ -46,9 +46,9 @@ First, follow regular update instructions on the website (uploading files etc).
|
|||||||
### Supported tags
|
### Supported tags
|
||||||
| Tag | NamelessMC version | PHP version | Receives updates\* | Notes
|
| Tag | NamelessMC version | PHP version | Receives updates\* | Notes
|
||||||
| --- | ------------------ | ----------- | ---------------- | -----
|
| --- | ------------------ | ----------- | ---------------- | -----
|
||||||
v2.0.2 | v2.0.2 | 8.1 | Yes |
|
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.1 | 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.1 | Yes | For development only, reinstall frequently. Downloads latest source code and includes composer and yarnpkg.
|
dev | v2 development | 8.2 | Yes | For development only, reinstall frequently. Downloads latest source code and includes composer and yarn.
|
||||||
|
|
||||||
### Legacy tags
|
### 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-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 | v2.0.0-pr12 | 8.0 | Yes |
|
||||||
v2-pr12-php74 | v2.0.0-pr12 | 7.4 | Yes | For compatibility with legacy modules
|
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-pr13 | v2.0.0-pr13 | 8.2 (8.1 before 2022-12-12) | Yes |
|
||||||
v2.0.0 | v2.0.0 | 8.1 | Yes |
|
v2.0.0 | v2.0.0 | 8.2 (8.1 before 2022-12-12) | Yes |
|
||||||
v2.0.1 | v2.0.1 | 8.1 | 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
|
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.
|
\* Image updates, not NamelessMC updates. Only the latest NamelessMC version is supported.
|
||||||
|
|||||||
@ -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/
|
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 && \
|
RUN chmod +x /usr/local/bin/install-php-extensions && \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user