Skip to content

Commit b459bd9

Browse files
fix(deps): update weekly minor & patch updates
1 parent 64ea7dc commit b459bd9

4 files changed

Lines changed: 447 additions & 412 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 ./

backend/package-lock.json

Lines changed: 88 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)