Skip to content

Commit

Permalink
⬆️ Update OpenSSL to 1.1.1f
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewVance committed Apr 4, 2020
1 parent bdfe62c commit 3dcaf49
Showing 1 changed file with 3 additions and 3 deletions.
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.1d \
SHA256_OPENSSL=1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2 \
ENV VERSION_OPENSSL=openssl-1.1.1f \
SHA256_OPENSSL=186c6bfe6ecfba7a5b48c47f8a1673d0f3b0e5ba2e25602dd23b629975da3f35 \
SOURCE_OPENSSL=https://www.openssl.org/source/ \
OPGP_OPENSSL=8657ABB260F056B1E5190839D9C4D26D0E604491

Expand Down Expand Up @@ -85,7 +85,7 @@ LABEL maintainer="Matthew Vance"

ENV name=unbound \
unbound_version=1.10.0 \
version=1.3
version=1.4

ENV summary="${name} is a validating, recursive, and caching DNS resolver." \
description="${name} is a validating, recursive, and caching DNS resolver."
Expand Down

0 comments on commit 3dcaf49

Please sign in to comment.