diff --git a/docker/builder-go.dockerfile b/docker/builder-go.dockerfile index 79c1a95b..1d25843b 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.4-buster +FROM golang:1.19-buster WORKDIR /app ARG TARGETPLATFORM COPY ./extra/ ./extra/