Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Nov 29, 2023
1 parent 8410ba5 commit aedd9b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ COPY . /app

RUN make build

FROM scratch
FROM alpine:3.18.0

COPY --from=builder /app/external-dns-netcup-webhook /

ENTRYPOINT ["/external-dns-netcup-webhook"]

0 comments on commit aedd9b7

Please sign in to comment.