mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 00:58:34 +00:00
change node image and moment package version (#161)
Co-authored-by: p.souza <p.souza@cognigy.com>
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user