Skip to content

Commit fdc6162

Browse files
Update Dockerfile
locking in node version 22 since "latest" is now 25.
1 parent a29f689 commit fdc6162

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# SPDX-License-Identifier: MIT
88
#
99

10-
FROM node:latest AS build
10+
FROM node:22 AS build
1111

1212
RUN mkdir /app
1313
WORKDIR /app

0 commit comments

Comments
 (0)