From 844c520bf66a53f4556c2abf3e2ea4724497a968 Mon Sep 17 00:00:00 2001 From: Ben Williams Date: Tue, 11 Jun 2024 19:26:58 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e878d2b..22aa9f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:bookworm AS easy-novnc-build +FROM debian:bookworm-slim AS easy-novnc-build WORKDIR /src RUN go mod init build && \