fix: switch backoffice builder to debian (bookworm) to match distroless runtime (fix bcrypt musl/glibc error)
This commit is contained in:
parent
00c18ee704
commit
93360c61ca
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
# ===== STAGE 1: Base =====
|
# ===== STAGE 1: Base =====
|
||||||
FROM node:22-alpine AS base
|
FROM node:22-bookworm-slim AS base
|
||||||
RUN corepack enable && corepack prepare pnpm@latest --activate
|
RUN corepack enable && corepack prepare pnpm@latest --activate
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue