dnscontrol-action/Dockerfile
dependabot[bot] 7ebfa22ff0
Bump stackexchange/dnscontrol from v3.10.1 to v3.11.0
Bumps stackexchange/dnscontrol from v3.10.1 to v3.11.0.

---
updated-dependencies:
- dependency-name: stackexchange/dnscontrol
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-22 03:10:32 +00:00

16 lines
566 B
Docker

FROM stackexchange/dnscontrol:v3.11.0@sha256:a6f0fdee77032755867caa8c5c0fbc656cb80ba0784f8c015a0c6a69c7a31585
LABEL repository="https://github.com/koenrh/dnscontrol-action"
LABEL maintainer="Koen Rouwhorst <info@koenrouwhorst.nl>"
LABEL "com.github.actions.name"="DNSControl"
LABEL "com.github.actions.description"="Deploy your DNS configuration to multiple providers."
LABEL "com.github.actions.icon"="cloud"
LABEL "com.github.actions.color"="yellow"
RUN apk add --no-cache bash
COPY README.md /
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]