mirror of
https://github.com/koenrh/dnscontrol-action.git
synced 2024-11-10 09:02:52 +08:00
Merge pull request #75 from koenrh/dnscontrol-v3.16.2
Bump DNSControl to v3.16.2
This commit is contained in:
commit
5a1df75a26
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ LABEL "com.github.actions.description"="Deploy your DNS configuration to multipl
|
||||||
LABEL "com.github.actions.icon"="cloud"
|
LABEL "com.github.actions.icon"="cloud"
|
||||||
LABEL "com.github.actions.color"="yellow"
|
LABEL "com.github.actions.color"="yellow"
|
||||||
|
|
||||||
ENV DNSCONTROL_VERSION="3.16.1"
|
ENV DNSCONTROL_VERSION="3.16.2"
|
||||||
ENV DNSCONTROL_CHECKSUM="7ed6e9cf46f5ef5d675eba9183ca91977a1a32b8cc578426bb93c231cb18de16"
|
ENV DNSCONTROL_CHECKSUM="980974a9060a88c65855cb6de5dcea34e5bbd8251fe0d8387206be039c405008"
|
||||||
|
|
||||||
RUN apk -U --no-cache upgrade && \
|
RUN apk -U --no-cache upgrade && \
|
||||||
apk add --no-cache bash ca-certificates curl libc6-compat
|
apk add --no-cache bash ca-certificates curl libc6-compat
|
||||||
|
|
Loading…
Reference in a new issue