mirror of
https://github.com/jambonz/jambonz-webapp.git
synced 2026-07-23 20:42:19 +00:00
[snyk] Fix vulnerabilities (#137)
Co-authored-by: Markus Frindt <m.frindt@cognigy.com>
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM node:18.8.0-alpine as builder
|
||||
FROM node:18.9.0-alpine3.16 as builder
|
||||
RUN apk update && apk add --no-cache python3 make g++
|
||||
COPY . /opt/app
|
||||
WORKDIR /opt/app/
|
||||
|
||||
Reference in New Issue
Block a user