change node image and moment package version (#161)

Co-authored-by: p.souza <p.souza@cognigy.com>
This commit is contained in:
Paulo Telles
2022-09-07 13:20:39 +02:00
committed by GitHub
parent a59f6097d7
commit e90ef6bc70
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 node:18.6.0-alpine as base FROM --platform=linux/amd64 node:18.8.0-alpine as base
RUN apk --update --no-cache add --virtual .builds-deps build-base python3 RUN apk --update --no-cache add --virtual .builds-deps build-base python3

View File

@@ -49,7 +49,7 @@
"express": "^4.18.1", "express": "^4.18.1",
"helmet": "^5.1.0", "helmet": "^5.1.0",
"ip": "^1.1.8", "ip": "^1.1.8",
"moment": "^2.29.3", "moment": "^2.29.4",
"parse-url": "^7.0.2", "parse-url": "^7.0.2",
"pino": "^6.14.0", "pino": "^6.14.0",
"sdp-transform": "^2.14.1", "sdp-transform": "^2.14.1",