8 Commits

Author SHA1 Message Date
EgleH a75ea8fe5c Upgrade legacy app with new node image (#207)
This PR upgrades node base image to node:18.14.0-alpine3.16

This fixes:
Critical vulnerability:
CWE-843: Access of Resource Using Incompatible Type ('Type Confusion')

High vulnerability:
CWE-416: Double Free
CWE-416: Use After Free
2023-02-21 08:26:12 -05:00
Guilherme Rauen f743ca47a9 simplify build commands, update node image to the latest and most secure (#149)
Co-authored-by: Guilherme Rauen <g.rauen@cognigy.com>
2022-11-11 11:08:45 -05:00
Markus Frindt 57dd168272 [snyk] Fix vulnerabilities (#137)
Co-authored-by: Markus Frindt <m.frindt@cognigy.com>
2022-10-20 10:24:58 -04:00
Paulo Telles 2704e97a96 update node image (#94)
Co-authored-by: p.souza <p.souza@cognigy.com>
2022-09-07 13:47:36 +02:00
Dave Horton 5ae88ff13e Dockerfile: update base image 2022-07-28 12:59:18 +01:00
Andrew 92db20965e moved building to Dockefile instead of entrypoint (#39)
* moved building to Dockefile instead of entrypoint

* moved enviroment variable to gloabl

* updated to use process env during build to allow use of window global var

* added new line

* updated constants for window.jambonz

* removed NODE_ENV in favor of just window.JAMBONZ

* removed unrequired and change const per pull request
2022-02-23 07:40:05 -05:00
mattddowney c73ca9f46a use python3 package 2021-05-07 10:13:46 -06:00
Andrew Karp 3ede7d5077 created Dockerfile and entrypoint with default http port 2020-12-28 12:02:26 +02:00