Skip to content

Commit

Permalink
Merge pull request #133 from Riott/issue-131
Browse files Browse the repository at this point in the history
Updated node to 18, and ran audit fix to fix vulnerabilities.
  • Loading branch information
11k authored Jun 18, 2023
2 parents 7a9a645 + 824ee89 commit 4caab0a
Show file tree
Hide file tree
Showing 3 changed files with 5,430 additions and 2,841 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-slim as builder
FROM node:18-slim as builder

WORKDIR /usr/src/app

Expand All @@ -13,7 +13,7 @@ COPY package-lock.json package-lock.json
RUN npm ci

##### RUNNER #####
FROM node:14-slim
FROM node:18-slim

WORKDIR /usr/src/app
USER node
Expand Down
Loading

0 comments on commit 4caab0a

Please sign in to comment.