Skip to content

Commit

Permalink
chore(deps): update node.js to v19.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 15, 2024
1 parent ff3f258 commit 72d9cd9
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,11 +1,11 @@
FROM node:19.7.0
FROM node:19.9.0
WORKDIR /usr/src/voraphiliac
COPY package*.json ./
COPY tsconfig.json ./
COPY src ./src
RUN npm install
RUN npm run build
FROM node:19.7.0
FROM node:19.9.0
WORKDIR /usr/src/voraphiliac
COPY package*.json ./
RUN npm install --only=production
Expand Down

0 comments on commit 72d9cd9

Please sign in to comment.