We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197f50b commit e41fde8Copy full SHA for e41fde8
1 file changed
make/builder.Dockerfile
@@ -1,10 +1,10 @@
1
FROM golang:1.24.9-bookworm@sha256:737b40b61ce956d738bed59f18ba854d8d67e7a4c4fa63f64437f4c70247ac5b
2
3
-MAINTAINER Olaoluwa Osuntokun <laolu@lightning.engineering>
+LABEL maintainer="Olaoluwa Osuntokun <laolu@lightning.engineering>"
4
5
# Golang build related environment variables that are static and used for all
6
# architectures/OSes.
7
-ENV GODEBUG netdns=cgo
+ENV GODEBUG=netdns=cgo
8
ENV CGO_ENABLED=0
9
10
# Set up cache directories. Those will be mounted from the host system to speed
0 commit comments