We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28509f0 commit c971ea6Copy full SHA for c971ea6
Dockerfile
@@ -1,7 +1,7 @@
1
FROM chenhw2/alpine:base
2
MAINTAINER CHENHW2 <https://github.com/chenhw2>
3
4
-ARG VER=20170816
+ARG VER=20170907
5
ARG URL=https://github.com/chenhw2/aliyun-ddns-cli/releases/download/v$VER/aliddns_linux-amd64-$VER.tar.gz
6
7
RUN mkdir -p /usr/bin \
alidns/DescribeDomainRecordInfoNew.go
@@ -9,11 +9,6 @@ type RecordTypeNew struct {
9
RR string
10
Type string
11
Value string
12
- TTL string
13
- Priority string
14
- Line string
15
- Status string
16
- Locked bool
17
}
18
19
type DescribeDomainRecordInfoNewArgs struct {
0 commit comments