Skip to content

Commit 7b642c8

Browse files
committed
Switch image to trixie-slim.
1 parent bedf999 commit 7b642c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

service/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.19.0 AS builder
1+
FROM node:22.19.0-trixie AS builder
22
WORKDIR /app
33

44
COPY package.json pnpm-workspace.yaml pnpm-lock.yaml tsconfig.base.json ./
@@ -55,7 +55,7 @@ RUN pnpm build:production && \
5555

5656
# === TESTER ===
5757

58-
FROM node:22.19.0-slim AS tester
58+
FROM node:22.19.0-trixie-slim AS tester
5959
WORKDIR /app
6060

6161

@@ -68,7 +68,7 @@ CMD pnpm test
6868

6969
# === PROD ===
7070

71-
FROM node:22.19.0-slim
71+
FROM node:22.19.0-trixie-slim
7272
WORKDIR /app
7373

7474
COPY --from=builder /app/ ./

0 commit comments

Comments
 (0)