upgrade node image (#206)

Co-authored-by: EgleHelms <e.helms@cognigy.com>
This commit is contained in:
EgleH
2023-02-20 16:31:07 +01:00
committed by GitHub
parent b0808187bc
commit ec46121696
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:18.8.0-alpine as builder
FROM node:18.14.0-alpine3.16 as builder
RUN apk update && apk add --no-cache python3 make g++
COPY . /opt/app
WORKDIR /opt/app/