1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-31 12:23:48 +01:00

docker: use composer LTS

This commit is contained in:
Zankaria 2024-10-01 15:01:03 +02:00 committed by GitHub
parent 428a686f47
commit e70c087f5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.1-fpm-alpine
RUN apk add --no-cache \