mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-01-29 21:39:41 +00:00
updated debug.Dockerfile to use node 16 (#675)
This commit is contained in:
committed by
GitHub
parent
a702f0f93a
commit
2638672603
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user