We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b1965 commit 2a6e543Copy full SHA for 2a6e543
Dockerfile-frankenphp
@@ -62,7 +62,7 @@ RUN yarn build
62
RUN yarn cache clean && rm -rf node_modules/
63
64
# FrankenPHP base stage
65
-FROM dunglas/frankenphp:1-php8.4 AS frankenphp_upstream
+FROM dunglas/frankenphp:1-php8.4-bookworm AS frankenphp_upstream
66
ARG TARGETARCH
67
RUN --mount=type=cache,id=apt-cache-$TARGETARCH,target=/var/cache/apt \
68
--mount=type=cache,id=apt-lists-$TARGETARCH,target=/var/lib/apt/lists \
0 commit comments