Skip to content

Commit 0b02f05

Browse files
committed
fix: downgrade Node.js version in Dockerfile and update package-lock.json dependencies
1 parent 840c327 commit 0b02f05

2 files changed

Lines changed: 314 additions & 104 deletions

File tree

src/order-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Node.js runtime as a parent image
2-
FROM node:24.14-alpine AS builder
2+
FROM node:22-alpine AS builder
33

44
# Set the working directory to /app
55
WORKDIR /app

0 commit comments

Comments
 (0)