Skip to content

Commit 0411e2f

Browse files
committed
Unbound 1.18.0
1 parent 31811c9 commit 0411e2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:22.04
22
LABEL maintainer="Frank Denis"
33
SHELL ["/bin/sh", "-x", "-c"]
4-
ENV SERIAL 11
4+
ENV SERIAL 12
55

66
ENV CFLAGS=-Ofast
77
ENV BUILD_DEPS curl make build-essential git libevent-dev libexpat1-dev autoconf file libssl-dev byacc
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get -qy dist-upgrade && apt-get -qy clean && \
1414
RUN update-ca-certificates 2> /dev/null || true
1515

1616
ENV UNBOUND_GIT_URL https://github.com/NLnetLabs/unbound.git
17-
ENV UNBOUND_GIT_REVISION 90831af981221bbce1cd7b15055562336760e484
17+
ENV UNBOUND_GIT_REVISION 10843805ac37002f1d9293c9835a3e68e41d392d
1818

1919
WORKDIR /tmp
2020

0 commit comments

Comments
 (0)