Skip to content

Commit 28301f8

Browse files
committed
Update Node.js version in Dockerfile to 22-bookworm-slim
1 parent e2c1173 commit 28301f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18.18.0-buster-slim as builder
1+
FROM node:22-bookworm-slim AS builder
22

33
ENV TIMEZONE=Europe/Paris \
44
LANGUAGE=fr_FR.UTF-8 \
@@ -18,7 +18,7 @@ RUN yarn install \
1818

1919
RUN yarn run build
2020

21-
FROM node:18.18.0-buster-slim as production
21+
FROM node:22-bookworm-slim AS production
2222

2323
ENV TIMEZONE=Europe/Paris \
2424
LANGUAGE=fr_FR.UTF-8 \

0 commit comments

Comments
 (0)