diff --git a/stubby/Dockerfile b/stubby/Dockerfile index 472ee47..4da6818 100644 --- a/stubby/Dockerfile +++ b/stubby/Dockerfile @@ -1,7 +1,7 @@ FROM debian:buster as openssl -ENV VERSION_OPENSSL=openssl-1.1.1g \ - SHA256_OPENSSL=ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46 \ +ENV VERSION_OPENSSL=openssl-1.1.1h \ + SHA256_OPENSSL=5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9 \ SOURCE_OPENSSL=https://www.openssl.org/source/ \ OPGP_OPENSSL=8657ABB260F056B1E5190839D9C4D26D0E604491 diff --git a/unbound/Dockerfile b/unbound/Dockerfile index 5f36353..e282e48 100644 --- a/unbound/Dockerfile +++ b/unbound/Dockerfile @@ -1,8 +1,8 @@ FROM debian:buster as openssl LABEL maintainer="Matthew Vance" -ENV VERSION_OPENSSL=openssl-1.1.1g \ - SHA256_OPENSSL=ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46 \ +ENV VERSION_OPENSSL=openssl-1.1.1h \ + SHA256_OPENSSL=5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9 \ SOURCE_OPENSSL=https://www.openssl.org/source/ \ OPGP_OPENSSL=8657ABB260F056B1E5190839D9C4D26D0E604491 @@ -140,4 +140,4 @@ EXPOSE 53/udp HEALTHCHECK --interval=5s --timeout=3s --start-period=5s CMD drill @127.0.0.1 cloudflare.com || exit 1 -CMD ["/unbound.sh"] \ No newline at end of file +CMD ["/unbound.sh"]