1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-31 18:31:02 +00:00

Merge pull request #8440 from wallabag/fix-docker-base-image

Fix docker base image
This commit is contained in:
Yassine Guedidi 2025-08-25 08:55:19 +02:00 committed by GitHub
commit 1eca3cf327
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM php:8.1-fpm AS rootless
FROM php:8.1-fpm-bookworm AS rootless
ARG DEBIAN_FRONTEND=noninteractive
ARG NODE_VERSION=20