deploy: Fix installation on docker

Failed to build  docker image for pixelfed 
v0.11.11 as there are issues with installation
of libwebp7 and composer

Updating docker base image to PHP 8.2 and debian
bookworm helps this
This commit is contained in:
Carsten Igel 2024-02-10 16:53:42 +01:00 committed by GitHub
parent 8fa6ae421b
commit 54e26134e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM php:8.1-apache-bullseye
FROM php:8.2-apache-bookworm
ENV COMPOSER_MEMORY_LIMIT=-1
ARG DEBIAN_FRONTEND=noninteractive

View File

@ -1,4 +1,4 @@
FROM php:8.1-fpm-bullseye
FROM php:8.2-fpm-bookworm
ENV COMPOSER_MEMORY_LIMIT=-1
ARG DEBIAN_FRONTEND=noninteractive