Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 4b57eea

Browse files
committed
fix: use node LTS version in Dockerfile
1 parent 10818a9 commit 4b57eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN poetry config virtualenvs.create false && \
2222
COPY . /app
2323

2424
# Build the webapp
25-
FROM node:23.4-slim AS webbuilder
25+
FROM node:22-slim AS webbuilder
2626

2727
# Install curl for downloading the webapp from GH and unzip to extract it
2828
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)