Skip to content

Commit

Permalink
Update Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent e941645 commit ba2939e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM node:16.13-alpine AS deps
FROM node:20.15.1-alpine AS deps
ARG APP=next-app
RUN npm i -g pnpm
WORKDIR /usr/app
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.18-alpine
FROM node:20.15.1-alpine
ENV NODE_ENV=production
ENV SESSION_SECRET=TEMP_SESSION_SECRET
ENV DATABASE_ADAPTER=prisma_postgresql
Expand Down

0 comments on commit ba2939e

Please sign in to comment.