Skip to content

Commit 6b641b8

Browse files
committed
fix: add missing 'dev' stage name to Dockerfile
1 parent 40f5f84 commit 6b641b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY . .
1111
RUN CGO_ENABLED=0 go build -ldflags "-X github.com/raystack/compass/cli.Version=${VERSION}" -o compass
1212

1313
# Dev stage — default target, builds from source
14-
FROM alpine:3.21
14+
FROM alpine:3.21 AS dev
1515
COPY --from=builder /build/compass /usr/bin/compass
1616
RUN apk add --no-cache ca-certificates libc6-compat
1717
ENTRYPOINT ["compass"]

0 commit comments

Comments
 (0)