From 59c8706b518caf83c599d20a77f4c7090a6d621b Mon Sep 17 00:00:00 2001 From: bruhwhyamisobad <124473366+bruhwhyamisobad@users.noreply.github.com> Date: Sat, 16 Mar 2024 22:27:46 -0700 Subject: [PATCH] Update builder-go.dockerfile --- docker/builder-go.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/builder-go.dockerfile b/docker/builder-go.dockerfile index 1d25843b..23c1d907 100644 --- a/docker/builder-go.dockerfile +++ b/docker/builder-go.dockerfile @@ -2,7 +2,7 @@ # Build in Golang # Run npm run build-healthcheck-armv7 in the host first, another it will be super slow where it is building the armv7 healthcheck ############################################ -FROM golang:1.19-buster +FROM golang:bookworm WORKDIR /app ARG TARGETPLATFORM COPY ./extra/ ./extra/