Skip to content

Commit 39cc72c

Browse files
Merge pull request #7 from dan-is-not-the-man/dnscontrol
Update Dockerfile
2 parents 3a43542 + 545d67e commit 39cc72c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ LABEL "com.github.actions.description"="Deploy your DNS configuration to multipl
88
LABEL "com.github.actions.icon"="globe"
99
LABEL "com.github.actions.color"="blue"
1010

11-
ENV DNSCONTROL_VERSION="4.8.2"
12-
ENV DNSCONTROL_CHECKSUM="883a056fdccb30cbcd280120e36739b8f749fba6eaacb9ca03cdc87c3942a583"
11+
ENV DNSCONTROL_VERSION="4.9.0"
12+
ENV DNSCONTROL_CHECKSUM="acc0389ff4c477734a78925161b54981b1762e6bb9d68c54b6ac18ea2980ce6e"
1313
ENV USER=dnscontrol-user
1414

1515
RUN apk -U --no-cache upgrade && \

0 commit comments

Comments
 (0)