Skip to content

Commit

Permalink
🔒 Update OpenSSL to 1.1.1h
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewVance committed Sep 25, 2020
1 parent 61d189d commit 69fb457
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions stubby/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions unbound/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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"]
CMD ["/unbound.sh"]

0 comments on commit 69fb457

Please sign in to comment.