We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31811c9 commit 0411e2fCopy full SHA for 0411e2f
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
FROM ubuntu:22.04
2
LABEL maintainer="Frank Denis"
3
SHELL ["/bin/sh", "-x", "-c"]
4
-ENV SERIAL 11
+ENV SERIAL 12
5
6
ENV CFLAGS=-Ofast
7
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 && \
14
RUN update-ca-certificates 2> /dev/null || true
15
16
ENV UNBOUND_GIT_URL https://github.com/NLnetLabs/unbound.git
17
-ENV UNBOUND_GIT_REVISION 90831af981221bbce1cd7b15055562336760e484
+ENV UNBOUND_GIT_REVISION 10843805ac37002f1d9293c9835a3e68e41d392d
18
19
WORKDIR /tmp
20
0 commit comments