Skip to content

Commit 388a84c

Browse files
fix(deps): update weekly minor & patch updates
1 parent 31c9381 commit 388a84c

4 files changed

Lines changed: 635 additions & 571 deletions

File tree

backend.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.18-alpine as builder
1+
FROM node:24.19-alpine as builder
22

33
# Set the current working directory inside the container
44
WORKDIR /app/backend
@@ -13,7 +13,7 @@ COPY /common ../common
1313

1414
RUN npm run build
1515

16-
FROM node:24.18-alpine as runner
16+
FROM node:24.19-alpine as runner
1717
WORKDIR /app
1818

1919
COPY backend/package.json backend/package-lock.json ./

0 commit comments

Comments
 (0)