Skip to content

Commit c7143c0

Browse files
committed
fix: dockerfile image inheritation
1 parent 0be6ace commit c7143c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ RUN go mod download
1212
COPY cmd cmd
1313

1414
# Build
15-
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o kjournal cmd/*
15+
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o gitops-zombies cmd/*
1616

17-
FROM alpine:3.16 as kjournal-cli
17+
FROM alpine:3.16 as gitops-zombies-cli
1818
WORKDIR /
19-
COPY --from=builder /workspace/kjournal /usr/bin/
19+
COPY --from=builder /workspace/gitops-zombies /usr/bin/
2020
USER 65532:65532
2121

2222
ENTRYPOINT ["/usr/bin/gitops-zombies"]

0 commit comments

Comments
 (0)