From 4af0f1a816ba5add8ca6165a36b40bcfca5ba435 Mon Sep 17 00:00:00 2001 From: Matthew Vance Date: Fri, 2 Jul 2021 21:15:31 -0500 Subject: [PATCH] :gem: Update Stubby to 1.7.0 --- stubby/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]