Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit 4f1a095

Browse files
committed
chore(deps): update node.js to v21.6.1
1 parent 7d2be1d commit 4f1a095

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client-app/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 node:21.6.0 as client-app-build
1+
FROM --platform=linux/amd64 node:21.6.1 as client-app-build
22

33
USER root
44
WORKDIR /usr/src/app

client-app/server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 node:21.6.0 as auth-api-build
1+
FROM --platform=linux/amd64 node:21.6.1 as auth-api-build
22

33
USER root
44
WORKDIR /usr/src/server

0 commit comments

Comments
 (0)