Update builder-go.dockerfile

pull/4589/head
bruhwhyamisobad 2 months ago committed by GitHub
parent 70c73355cb
commit 59c8706b51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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/

Loading…
Cancel
Save