mirror of
https://github.com/vxcontrol/external-dns.git
synced 2026-07-21 06:05:22 -04:00
release v0.1.8
This commit is contained in:
@@ -2,7 +2,7 @@ FROM alpine:3.2
|
||||
MAINTAINER Rancher Labs, Inc.
|
||||
RUN apk add --update ca-certificates
|
||||
|
||||
ENV EXT_DNS_RELEASE v0.1.7
|
||||
ENV EXT_DNS_RELEASE v0.1.8
|
||||
ADD https://github.com/rancher/external-dns/releases/download/${EXT_DNS_RELEASE}/external-dns.tar.gz /external-dns.tar.gz
|
||||
RUN tar -zxvf /external-dns.tar.gz -C /usr/bin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user