From 4016ac1836956d8568ecf434e9a5d8bf64a4037f Mon Sep 17 00:00:00 2001 From: myve Date: Mon, 22 Jul 2024 00:59:08 +0000 Subject: [PATCH] Update novnc/build --- novnc/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novnc/build b/novnc/build index f8672f5..af65284 100755 --- a/novnc/build +++ b/novnc/build @@ -4,4 +4,4 @@ DOCKER_BUILDKIT=1 \ docker build . \ --build-arg debug=${debug:-""} \ - --tag ${buildtag:-alpine/novnc} + --tag ${buildtag:-myvnc/novnc} \ No newline at end of file