1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-21 21:19:36 +01:00

Merge pull request #814 from Zankaria/patch-1

docker: use composer LTS
This commit is contained in:
Lorenzo Yario 2024-10-01 09:38:02 -07:00 committed by GitHub
commit 785643a3bd
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 # 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 FROM php:8.1-fpm-alpine
RUN apk add --no-cache \ RUN apk add --no-cache \