File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212 strategy :
1313 matrix :
14- node : ['16 ']
14+ node : ['18 ']
1515 mongodb : ['5.0']
1616
1717 steps :
@@ -149,7 +149,7 @@ jobs:
149149
150150 strategy :
151151 matrix :
152- node : ['16 ']
152+ node : ['18 ']
153153 mongodb : ['5.0']
154154
155155 steps :
Original file line number Diff line number Diff line change 1- FROM node:16. 18.1 -alpine3.15@sha256:ecf74556cdeee48382e555a377ddb12d36161bd33349dc79290f733f763df711
1+ FROM node:18.14.0 -alpine3.17
22ARG appPort=3000
3- # ARG microScannerToken
43
54LABEL maintainer="Damien Laureaux <d.laureaux@timoa.com>" \
65 org.label-schema.vendor="Timoa" \
2019 mkdir -p /opt/app && \
2120 adduser -S app-user
2221
23- # Aquasec MicroScanner support
24- # Search vulnerabilities under the source container
25- # Get an API token (free): https://microscanner.aquasec.com/signup
26- # Project: https://github.com/aquasecurity/microscanner
27-
28- # ADD https://get.aquasec.com/microscanner /
29- # RUN chmod +x /microscanner && \
30- # /microscanner ${microScannerToken} && \
31- # echo "No vulnerabilities! " && \
32- # date
33-
3422WORKDIR /opt/app/
3523COPY ./package.json ./
3624COPY ./src ./src
Original file line number Diff line number Diff line change 1212 "test:coverage" : " ./node_modules/.bin/nyc npm test" ,
1313 "test:functional" : " ./node_modules/.bin/mocha --reporter spec ./test/functional" ,
1414 "test:all" : " ./node_modules/.bin/run-s test:functional test:coverage" ,
15- "docker:status" : " node src/healthcheck" ,
16- "snyk-protect" : " snyk-protect" ,
17- "prepare" : " npm run snyk-protect"
15+ "docker:status" : " node src/healthcheck"
1816 },
1917 "repository" : {
2018 "type" : " git" ,
3937 "dependencies" : {
4038 "@fastify/helmet" : " 8.1.0" ,
4139 "@hapi/boom" : " 9.1.4" ,
42- "@snyk/protect" : " 1.1081.0" ,
4340 "fastify" : " 3.29.4" ,
4441 "fastify-healthcheck" : " 3.2.0" ,
4542 "@fastify/swagger" : " 6.1.1" ,
4946 "winston" : " 3.8.2"
5047 },
5148 "engines" : {
52- "node" : " >=16 .0" ,
49+ "node" : " >=18 .0" ,
5350 "npm" : " >=8.6.0"
5451 },
5552 "os" : [
You can’t perform that action at this time.
0 commit comments