Skip to content

Commit 8a75320

Browse files
authored
chore: update dependencies and Node.js (#108)
1 parent e045d72 commit 8a75320

4 files changed

Lines changed: 432 additions & 478 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM node:22.5.1-bookworm-slim as builder
1+
FROM node:22.17.1-bookworm-slim as builder
22

33
WORKDIR /app
44

55
COPY . .
66
RUN npm ci && npm run build
77

8-
FROM node:22.5.1-bookworm-slim as prod
8+
FROM node:22.17.1-bookworm-slim as prod
99

1010
ENV NODE_ENV production
1111

0 commit comments

Comments
 (0)