diff --git a/stubby/Dockerfile b/stubby/Dockerfile index 8e2b1e1..f2eb118 100644 --- a/stubby/Dockerfile +++ b/stubby/Dockerfile @@ -52,7 +52,7 @@ RUN set -e -x && \ FROM debian:buster as stubby LABEL maintainer="Matthew Vance" -ENV VERSION_GETDNS=v1.6.0 +ENV VERSION_GETDNS=v1.7.0 WORKDIR /tmp/src SHELL ["/bin/bash", "-o", "pipefail", "-c"]