Update Dockerfile

This commit is contained in:
akp 2025-01-07 01:00:12 +00:00
parent 04ad5c4f5a
commit 15a8b47546
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755

View file

@ -4,7 +4,7 @@ RUN mkdir /build
WORKDIR /build
ADD . .
RUN CGO_ENABLED=0 GOOS=linux go build -a -buildvcs=false -ldflags '-extldflags "-static" -s -w' -o main git.tdpain.net/codemicro/goatcounter-forwarder
RUN CGO_ENABLED=0 GOOS=linux go build -buildvcs=false -o main git.tdpain.net/codemicro/goatcounter-forwarder
FROM debian:12