# Do not edit! This file was generated via Makefile
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest

ADD webhook /ko-app/webhook
ENTRYPOINT ["/ko-app/webhook"]
