Update dev to PHP 8.1
This commit is contained in:
parent
28ec8a4c9b
commit
802d38abac
@ -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
|
||||
|
||||
|
||||
@ -18,4 +18,4 @@ deploy_php(){
|
||||
}
|
||||
|
||||
# Tag PHP NamelessMC
|
||||
deploy_php dev 8.0 v2
|
||||
deploy_php dev 8.1 v2
|
||||
|
||||
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user