mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 09:08:02 +00:00
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-2946423 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-2946427 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-2946428 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-2946723 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-2946727
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM --platform=linux/amd64 node:16.15.1-alpine as base
|
||||
FROM --platform=linux/amd64 node:18.6.0-alpine as base
|
||||
|
||||
RUN apk --update --no-cache add --virtual .builds-deps build-base python3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user