Merge branch 'main' of github.com:luketainton/iPilot

This commit is contained in:
2021-03-07 16:53:59 +00:00
2 changed files with 6 additions and 0 deletions

View File

@@ -5,5 +5,6 @@ RUN CGO_ENABLED=0 go build -o /go/bin/app
FROM gcr.io/distroless/base-debian10
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
LABEL org.opencontainers.image.source="https://github.com/luketainton/iPilot"
COPY --from=build /go/bin/app /
CMD ["/app"]

5
renovate.json Normal file
View File

@@ -0,0 +1,5 @@
{
"extends": [
"config:base"
]
}