dnscontrol-action/Dockerfile
dependabot[bot] 862ba1ce70
Bump stackexchange/dnscontrol from v3.3.0 to v3.4.2
Bumps stackexchange/dnscontrol from v3.3.0 to v3.4.2.

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 07:02:18 +00:00

16 lines
565 B
Docker

FROM stackexchange/dnscontrol:v3.4.2@sha256:237e160af7d3c428665d1c6ba07901f6eac3cceec613b659eaee64c1e953e2a6
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"]