Skip to content

Commit 3c8541d

Browse files
committed
Fix dockerfile - update to trixie
1 parent d6acadd commit 3c8541d

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

Dockerfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# syntax=docker/dockerfile:1.22
1+
# syntax=docker/dockerfile:1.23
22

3-
FROM --platform=$BUILDPLATFORM node:25-bookworm-slim AS build
3+
FROM --platform=$BUILDPLATFORM node:25-trixie-slim AS build
44

5-
ENV PNPM_HOME="/pnpm"
6-
ENV PATH="$PNPM_HOME:$PATH"
7-
RUN corepack enable
5+
RUN npm install -g pnpm
86

97
WORKDIR /app
108

@@ -16,7 +14,7 @@ COPY . .
1614

1715
RUN pnpm run build
1816

19-
FROM node:25-bookworm-slim AS deploy
17+
FROM node:25-trixie-slim AS deploy
2018

2119
ENV NODE_ENV=production
2220

0 commit comments

Comments
 (0)