update node image (#94)

Co-authored-by: p.souza <p.souza@cognigy.com>
This commit is contained in:
Paulo Telles
2022-09-07 13:47:36 +02:00
committed by GitHub
parent 4cfdfc3b49
commit 2704e97a96
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:18.6.0-alpine as builder
FROM node:18.8.0-alpine as builder
RUN apk update && apk add --no-cache python3 make g++
COPY . /opt/app
WORKDIR /opt/app/