Skip to content

Commit 44074bb

Browse files
chore(deps): update weekly minor & patch updates
1 parent d90ab83 commit 44074bb

3 files changed

Lines changed: 215 additions & 215 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.17-alpine as builder
1+
FROM node:24.18-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.17-alpine as runner
16+
FROM node:24.18-alpine as runner
1717
WORKDIR /app
1818

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

backend/package-lock.json

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

0 commit comments

Comments
 (0)