-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump version of frontend to v3 and swagger to v5
- Loading branch information
1 parent
6ee4dc6
commit 8c8e122
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# SPDX-FileCopyrightText: 2021 - 2022 Dusan Mijatovic (dv4all) | ||
# SPDX-FileCopyrightText: 2021 - 2022 dv4all | ||
# SPDX-FileCopyrightText: 2023 - 2024 Netherlands eScience Center | ||
# SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
# SPDX-FileCopyrightText: 2023 - 2025 Dusan Mijatovic (Netherlands eScience Center) | ||
# SPDX-FileCopyrightText: 2023 - 2025 Netherlands eScience Center | ||
# SPDX-FileCopyrightText: 2024 Ewan Cahen (Netherlands eScience Center) <[email protected]> | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
@@ -13,7 +13,7 @@ | |
# ---------------------------------------- | ||
# 1. Install dependencies only when needed | ||
# ---------------------------------------- | ||
FROM node:20.10-slim AS deps | ||
FROM node:22.13.0-bookworm-slim AS deps | ||
|
||
WORKDIR /app | ||
|
||
|
@@ -48,7 +48,7 @@ RUN npm run build | |
# ---------------------------------------- | ||
# 3. Production image (standalone mode) | ||
# ---------------------------------------- | ||
FROM node:20.10-slim AS runner | ||
FROM node:22.13.0-bookworm-slim AS runner | ||
|
||
# optional install updates | ||
# RUN apt-get upgrade -y | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters