mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-02 09:50:46 +00:00
Update Dockerfile - Issue #5535
Change PHP Version to 8.3 to fix https://github.com/pixelfed/pixelfed/issues/5535. Update the Debian release to Bookworm, as it's been a stable release for nearly 2 years.
This commit is contained in:
parent
13af8c5133
commit
da8b8dee58
1 changed files with 2 additions and 2 deletions
|
@ -28,11 +28,11 @@ ARG DOTTIE_VERSION="v0.9.5"
|
|||
###
|
||||
|
||||
# See: https://hub.docker.com/_/php/tags
|
||||
ARG PHP_VERSION="8.1"
|
||||
ARG PHP_VERSION="8.3"
|
||||
|
||||
# See: https://github.com/docker-library/docs/blob/master/php/README.md#image-variants
|
||||
ARG PHP_BASE_TYPE="apache"
|
||||
ARG PHP_DEBIAN_RELEASE="bullseye"
|
||||
ARG PHP_DEBIAN_RELEASE="bookworm"
|
||||
|
||||
ARG RUNTIME_UID=33 # often called 'www-data'
|
||||
ARG RUNTIME_GID=33 # often called 'www-data'
|
||||
|
|
Loading…
Reference in a new issue