updated debug.Dockerfile to use node 16 (#675)

This commit is contained in:
Gustavo Massaneiro
2022-01-22 15:33:48 -03:00
committed by GitHub
parent a702f0f93a
commit 2638672603

View File

@@ -1,5 +1,5 @@
# creates image in which mizu agent is remotely debuggable using delve
FROM node:14-slim AS site-build
FROM node:16-slim AS site-build
WORKDIR /app/ui-build