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 May 24, 2023
1 parent a7cf887 commit 28379d0
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
Expand Up @@ -2,7 +2,7 @@
# Use of this source code is governed by the MIT
# license that can be found in the LICENSE file.

FROM node:18-alpine as builder
FROM node:20-alpine as builder

#RUN wget -O- https://gobinaries.com/tj/node-prune | sh

Expand All @@ -16,7 +16,7 @@ RUN yarn install && yarn build
RUN npm prune --production
RUN yarn autoclean

FROM node:18-alpine
FROM node:20-alpine

WORKDIR /app

Expand Down

0 comments on commit 28379d0

Please sign in to comment.