We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f5f84 commit 6b641b8Copy full SHA for 6b641b8
Dockerfile
@@ -11,7 +11,7 @@ COPY . .
11
RUN CGO_ENABLED=0 go build -ldflags "-X github.com/raystack/compass/cli.Version=${VERSION}" -o compass
12
13
# Dev stage — default target, builds from source
14
-FROM alpine:3.21
+FROM alpine:3.21 AS dev
15
COPY --from=builder /build/compass /usr/bin/compass
16
RUN apk add --no-cache ca-certificates libc6-compat
17
ENTRYPOINT ["compass"]
0 commit comments