mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-04-15 19:09:36 +00:00
Use bookworm version of dunglas frankenphp base image to fix docker building
This commit is contained in:
parent
05b1965957
commit
2a6e5435e1
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ RUN yarn build
|
|||
RUN yarn cache clean && rm -rf node_modules/
|
||||
|
||||
# FrankenPHP base stage
|
||||
FROM dunglas/frankenphp:1-php8.4 AS frankenphp_upstream
|
||||
FROM dunglas/frankenphp:1-php8.4-bookworm AS frankenphp_upstream
|
||||
ARG TARGETARCH
|
||||
RUN --mount=type=cache,id=apt-cache-$TARGETARCH,target=/var/cache/apt \
|
||||
--mount=type=cache,id=apt-lists-$TARGETARCH,target=/var/lib/apt/lists \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue