Use bookworm version of dunglas frankenphp base image to fix docker building

This commit is contained in:
Jan Böhmer 2026-04-05 23:51:39 +02:00
parent 05b1965957
commit 2a6e5435e1

View file

@ -62,7 +62,7 @@ RUN yarn build
RUN yarn cache clean && rm -rf node_modules/ RUN yarn cache clean && rm -rf node_modules/
# FrankenPHP base stage # FrankenPHP base stage
FROM dunglas/frankenphp:1-php8.4 AS frankenphp_upstream FROM dunglas/frankenphp:1-php8.4-bookworm AS frankenphp_upstream
ARG TARGETARCH ARG TARGETARCH
RUN --mount=type=cache,id=apt-cache-$TARGETARCH,target=/var/cache/apt \ RUN --mount=type=cache,id=apt-cache-$TARGETARCH,target=/var/cache/apt \
--mount=type=cache,id=apt-lists-$TARGETARCH,target=/var/lib/apt/lists \ --mount=type=cache,id=apt-lists-$TARGETARCH,target=/var/lib/apt/lists \