docker: use composer lts

This commit is contained in:
Zankaria 2024-10-01 15:03:09 +02:00
parent ab4e269d7a
commit f4edb4a02b

View file

@ -1,6 +1,6 @@
# Based on https://github.com/dead-guru/devichan/blob/master/php-fpm/Dockerfile
FROM composer AS composer
FROM composer:lts AS composer
FROM php:8.0-fpm-alpine
RUN apk add --no-cache \