Skip to content

Commit

Permalink
Update node
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardPeltonen committed Dec 20, 2024
1 parent df86f94 commit d082ec5
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 d082ec5

Please sign in to comment.