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 Jun 13, 2024
1 parent 406157f commit a1ae1b5
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 @@
# Install npm packages
FROM node:18-alpine as builder
FROM node:20-alpine as builder

WORKDIR /usr/src/app

Expand All @@ -8,7 +8,7 @@ COPY package.json .
RUN yarn install --prod

# Push js files
FROM node:18-alpine
FROM node:20-alpine

WORKDIR /usr/src/app

Expand Down

0 comments on commit a1ae1b5

Please sign in to comment.