1
0
mirror of https://github.com/wallabag/docker synced 2025-12-12 17:26:25 +00:00

Update composer to 2.8.10

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf
2025-07-18 01:04:02 +02:00
parent 6379d9b90f
commit 0e11114336

View File

@@ -1,4 +1,4 @@
ARG COMPOSER_VERSION=2.5.8
ARG COMPOSER_VERSION=2.8.10
FROM composer:$COMPOSER_VERSION as composer