-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #154 from timoa/develop
Update to Node v18.x + security updates
- Loading branch information
Showing
13 changed files
with
2,175 additions
and
1,553 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16 | ||
18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
FROM node:16.15.1-alpine3.15@sha256:1fafca8cf41faf035192f5df1a5387656898bec6ac2f92f011d051ac2344f5c9 | ||
FROM node:18.14.0-alpine3.17@sha256:bc329c7332cffc30c2d4801e38df03cbfa8dcbae2a7a52a449db104794f168a3 | ||
ARG appPort=3000 | ||
# ARG microScannerToken | ||
|
||
LABEL maintainer="Damien Laureaux <[email protected]>" \ | ||
org.label-schema.vendor="Timoa" \ | ||
|
@@ -20,17 +19,6 @@ RUN \ | |
mkdir -p /opt/app && \ | ||
adduser -S app-user | ||
|
||
# Aquasec MicroScanner support | ||
# Search vulnerabilities under the source container | ||
# Get an API token (free): https://microscanner.aquasec.com/signup | ||
# Project: https://github.com/aquasecurity/microscanner | ||
|
||
# ADD https://get.aquasec.com/microscanner / | ||
# RUN chmod +x /microscanner && \ | ||
# /microscanner ${microScannerToken} && \ | ||
# echo "No vulnerabilities! " && \ | ||
# date | ||
|
||
WORKDIR /opt/app/ | ||
COPY ./package.json ./ | ||
COPY ./src ./src | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.