Skip to content

Commit

Permalink
Update to 1.17.1-7
Browse files Browse the repository at this point in the history
Updated to OpenSSL 3.1.2
  • Loading branch information
madnuttah authored Aug 1, 2023
1 parent f401084 commit 0a79185
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,9 +1,9 @@
ARG IMAGE_BUILD_DATE="2023-06-28" \
ARG IMAGE_BUILD_DATE="2023-08-01" \
ALPINE_VERSION="3.18.2" \
OPENSSL_VERSION="3.1.1" \
OPENSSL_VERSION="3.1.2" \
LIBEVENT_VERSION="2.1.12" \
UNBOUND_VERSION="1.17.1" \
IMAGE_REVISION="6"
IMAGE_REVISION="7"

FROM madnuttah/unbound:libevent-buildenv-latest AS buildenv
LABEL maintainer="madnuttah"
Expand Down

0 comments on commit 0a79185

Please sign in to comment.