Skip to content

Commit

Permalink
chore: update dependencies and Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Jul 20, 2024
1 parent dcddddc commit 150bb1a
Show file tree
Hide file tree
Showing 4 changed files with 1,408 additions and 806 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM node:22.1.0-bookworm-slim as builder
FROM node:22.5.1-bookworm-slim as builder

WORKDIR /app

COPY . .
RUN npm ci && npm run build

FROM node:22.1.0-bookworm-slim as prod
FROM node:22.5.1-bookworm-slim as prod

ENV NODE_ENV production

Expand Down
Loading

0 comments on commit 150bb1a

Please sign in to comment.