mirror of
https://github.com/koenrh/dnscontrol-action.git
synced 2025-01-26 08:58:21 +08:00
Merge pull request #101 from admdly/dnscontrol-v3.31.4
Bump DNSControl to v3.31.4
This commit is contained in:
commit
58d7e41486
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.color"="yellow"
|
||||
|
||||
ENV DNSCONTROL_VERSION="3.27.1"
|
||||
ENV DNSCONTROL_CHECKSUM="5ef737707a49e73c02ad57eb98953a667def224cdf0b0e04b741d26df2fdcdd6"
|
||||
ENV DNSCONTROL_VERSION="3.31.4"
|
||||
ENV DNSCONTROL_CHECKSUM="054d236531df2674c9286279596f88f02c1cf7b1448dc5f643f1a1dbe705fe8d"
|
||||
|
||||
RUN apk -U --no-cache upgrade && \
|
||||
apk add --no-cache bash ca-certificates curl libc6-compat
|
||||
|
|
Loading…
Reference in a new issue