Skip to content

Commit 2a6e543

Browse files
committed
Use bookworm version of dunglas frankenphp base image to fix docker building
1 parent 05b1965 commit 2a6e543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-frankenphp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN yarn build
6262
RUN yarn cache clean && rm -rf node_modules/
6363

6464
# FrankenPHP base stage
65-
FROM dunglas/frankenphp:1-php8.4 AS frankenphp_upstream
65+
FROM dunglas/frankenphp:1-php8.4-bookworm AS frankenphp_upstream
6666
ARG TARGETARCH
6767
RUN --mount=type=cache,id=apt-cache-$TARGETARCH,target=/var/cache/apt \
6868
--mount=type=cache,id=apt-lists-$TARGETARCH,target=/var/lib/apt/lists \

0 commit comments

Comments
 (0)