diff --git a/Dockerfile b/Dockerfile index 108637f..9335dea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] -