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

Fix docker base image

This commit is contained in:
Yassine Guedidi 2025-08-24 23:47:18 +02:00
parent a86b16d679
commit 91384c531d

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