mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-26 13:10:54 +02:00
Alpine 3.18 & PHP 8.2 (#1989)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
fb5866ada9
commit
22d28e45cd
5 changed files with 10 additions and 9 deletions
|
@ -9,19 +9,19 @@
|
|||
"variant": "apache",
|
||||
"base": "debian",
|
||||
"baseVersion": "bullseye",
|
||||
"phpVersion": "8.1"
|
||||
"phpVersion": "8.2"
|
||||
},
|
||||
"fpm": {
|
||||
"variant": "fpm",
|
||||
"base": "debian",
|
||||
"baseVersion": "bullseye",
|
||||
"phpVersion": "8.1"
|
||||
"phpVersion": "8.2"
|
||||
},
|
||||
"fpm-alpine": {
|
||||
"variant": "fpm-alpine",
|
||||
"base": "alpine",
|
||||
"baseVersion": "3.17",
|
||||
"phpVersion": "8.1"
|
||||
"baseVersion": "3.18",
|
||||
"phpVersion": "8.2"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue