Skip to content

Commit 8899d9e

Browse files
committed
chore: Use bullseye image variant
1 parent ae8ea58 commit 8899d9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20 AS builder
1+
FROM node:20.19.5-bullseye AS builder
22

33
COPY package.json yarn.lock .
44
RUN yarn install --frozen-lockfile
@@ -7,7 +7,7 @@ COPY tsconfig.json .
77
COPY src src
88
RUN yarn build
99

10-
FROM node:20-slim
10+
FROM node:20.19.5-bullseye-slim
1111

1212
ENV NODE_ENV=production
1313

0 commit comments

Comments
 (0)