Skip to content

Commit

Permalink
🔒 Update to OpenSSL 1.1.1g
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewVance committed May 16, 2020
1 parent 114fe4a commit 257e2bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1f \
SHA256_OPENSSL=186c6bfe6ecfba7a5b48c47f8a1673d0f3b0e5ba2e25602dd23b629975da3f35 \
ENV VERSION_OPENSSL=openssl-1.1.1g \
SHA256_OPENSSL=ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46 \
SOURCE_OPENSSL=https://www.openssl.org/source/ \
OPGP_OPENSSL=8657ABB260F056B1E5190839D9C4D26D0E604491

Expand Down Expand Up @@ -117,4 +117,4 @@ USER stubby:stubby

HEALTHCHECK --interval=5s --timeout=3s --start-period=5s CMD drill @127.0.0.1 -p 8053 cloudflare.com || exit 1

CMD ["/opt/stubby/bin/stubby", "-C", "/opt/stubby/etc/stubby/stubby.yml"]
CMD ["/opt/stubby/bin/stubby", "-C", "/opt/stubby/etc/stubby/stubby.yml"]

0 comments on commit 257e2bf

Please sign in to comment.