Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
luisvix committed Apr 20, 2024
1 parent 77268ac commit f9518f2
Show file tree
Hide file tree
Showing 4 changed files with 2,480 additions and 2,328 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.1
v20.12.2
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM node:18.16.1 as building
FROM node:20.12.2 as building
WORKDIR /container
COPY package*.json ./
RUN npm install
COPY . .
RUN npm run build

FROM node:18.16.1
FROM node:20.12.2

WORKDIR /container
COPY package.json ./
Expand Down
Loading

0 comments on commit f9518f2

Please sign in to comment.