diff --git a/Dockerfile b/Dockerfile index d241d8b..319db8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,5 +5,6 @@ RUN CGO_ENABLED=0 go build -o /go/bin/app FROM gcr.io/distroless/base-debian10 LABEL maintainer="Luke Tainton " +LABEL org.opencontainers.image.source="https://github.com/luketainton/iPilot" COPY --from=build /go/bin/app / CMD ["/app"] diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..f45d8f1 --- /dev/null +++ b/renovate.json @@ -0,0 +1,5 @@ +{ + "extends": [ + "config:base" + ] +}