diff --git a/cicd/Dockerfile b/cicd/Dockerfile index b072f890fe..7e1b6c7f8f 100644 --- a/cicd/Dockerfile +++ b/cicd/Dockerfile @@ -1,6 +1,5 @@ # Support setting various labels on the final image ARG GIT_COMMIT="" -ENV GIT_COMMIT="$GIT_COMMIT" FROM golang:1.25-alpine AS builder