Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2023
1 parent 225f95d commit 171c5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Rebuild the source code only when needed
FROM node:18-alpine AS builder
FROM node:20-alpine AS builder

RUN apk add --no-cache libc6-compat git
RUN npm i -g pnpm
Expand All @@ -13,7 +13,7 @@ RUN npm run build
# RUN npm run build

# Production image, copy all the files and run next
FROM node:18-alpine AS runner
FROM node:20-alpine AS runner
WORKDIR /app

ENV NODE_ENV production
Expand Down

0 comments on commit 171c5c3

Please sign in to comment.