We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704f919 commit 2c48e85Copy full SHA for 2c48e85
Dockerfile
@@ -1,5 +1,5 @@
1
-FROM --platform=$BUILDPLATFORM golang:1.24.4 as builder
2
-ENV SRC github.com/segmentio/topicctl
+FROM --platform=$BUILDPLATFORM golang:1.24.4 AS builder
+ENV SRC=github.com/segmentio/topicctl
3
ENV CGO_ENABLED=0
4
5
ARG VERSION
0 commit comments