Skip to content

Commit

Permalink
Upgrade to node 22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
n0ps committed Jun 18, 2024
1 parent 1295c1f commit e6ad14f
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:22.2-bookworm-slim AS base
FROM node:22.3-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.25.1

FROM node:22.2-bookworm-slim AS builder
FROM node:22.3-bookworm-slim AS builder

WORKDIR /project

Expand Down

0 comments on commit e6ad14f

Please sign in to comment.