Skip to content

Commit 5bef04f

Browse files
Bump node from 20 to 21
Bumps node from 20 to 21. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f75a4b commit 5bef04f

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
@@ -19,7 +19,7 @@ RUN ["python3", "-m", "venv", "/venv"]
1919
ENV PATH="/venv/bin:$PATH"
2020
RUN ["python3", "-m", "pip", "install", "-r", "requirements.txt"]
2121

22-
FROM node:20 as build-frontend-deps
22+
FROM node:21 as build-frontend-deps
2323

2424
# Path: /tmp/
2525
WORKDIR /tmp/
@@ -42,7 +42,7 @@ RUN ["mkdir", "-p", "frontend/dist"]
4242
ENV PATH="/venv/bin:$PATH"
4343
RUN ["python3", "dump_openapi.py"]
4444

45-
FROM node:20 as build-frontend
45+
FROM node:21 as build-frontend
4646

4747
COPY --from=build-server-openapi /tmp/openapi.json /tmp/openapi.json
4848
COPY ./frontend /tmp/frontend

0 commit comments

Comments
 (0)