Skip to content

Commit

Permalink
Merge pull request #467 from espoon-voltti/feat/update-node
Browse files Browse the repository at this point in the history
Update node
  • Loading branch information
RichardPeltonen authored Dec 23, 2024
2 parents df86f94 + d082ec5 commit cb24194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: LGPL-2.1-or-later

FROM node:20.18.0-bookworm-slim AS base
FROM node:22.12.0-bookworm-slim AS base

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

ARG NGINX_VERSION=1.26.0

FROM node:20.18.0-bookworm-slim AS builder
FROM node:22.12.0-bookworm-slim AS builder

WORKDIR /project

Expand Down

0 comments on commit cb24194

Please sign in to comment.