diff --git a/.dockerignore b/.dockerignore index 1fe01cb94..b7882e054 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,6 +7,7 @@ /docs/ /img/ /.local-dev/ +/.local-manifest/ .dockerignore .gitignore diff --git a/Dockerfile b/Dockerfile index 47496a43d..8fdf762ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS builder WORKDIR /work -ENV CGO_ENABLED 0 +ENV CGO_ENABLED=0 RUN apk add --update --no-cache git