diff --git a/Dockerfile b/Dockerfile index c8d76df..aaf4256 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,8 +11,9 @@ RUN --mount=type=cache,target=/root/.cache/go-build,sharing=private \ go build -o bin/image-annotator-webhook . # --- -# FROM scratch AS run -FROM ubuntu:latest +FROM scratch AS run +# Switch for debugging +# FROM ubuntu:latest COPY --from=build /webhook/bin/image-annotator-webhook /usr/local/bin/