Browse Source

Followup fix for CVE-2017-14491

pull/1750/head
Brad Beam 7 years ago
parent
commit
55dfae2a52
1 changed files with 1 additions and 3 deletions
  1. 4
      roles/download/defaults/main.yml

4
roles/download/defaults/main.yml

@ -73,9 +73,7 @@ weave_npc_image_tag: "{{ weave_version }}"
nginx_image_repo: nginx
nginx_image_tag: 1.11.4-alpine
# Will need to watch for update with
# https://github.com/andyshinn/docker-dnsmasq/issues/12
dnsmasq_version: 2.76
dnsmasq_version: 2.78
dnsmasq_image_repo: "andyshinn/dnsmasq"
dnsmasq_image_tag: "{{ dnsmasq_version }}"
kubedns_version: 1.14.5

Loading…
Cancel
Save