Skip to content

Commit 91ffb18

Browse files
committed
build: Use Node LTS
1 parent 380bb1f commit 91ffb18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-slim as builder
1+
FROM node:lts-slim as builder
22
WORKDIR /app
33
COPY package.json pnpm-lock.yaml ./
44
RUN mkdir -p patches
@@ -13,7 +13,7 @@ WORKDIR /app
1313
COPY assets ./assets
1414
RUN find assets -name '*.json' -exec sh -c 'grep -v "//" "$1" | jq -c . | sponge "$1"' _ {} \;
1515

16-
FROM node:20-slim
16+
FROM node:lts-slim
1717
RUN apt update -y && apt install -y graphviz && apt clean
1818
WORKDIR /app
1919
ENV NODE_ENV=production

0 commit comments

Comments
 (0)