1
1
Fork 0
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-05-12 23:06:06 +02:00

Compare commits

...

4 Commits

Author SHA1 Message Date
Frank Denis 6c6a248cd9 Compress logo 2024-01-14 22:13:40 +01:00
Frank Denis 0b3a917317 -Ofast -> -O3 2024-01-14 22:11:34 +01:00
Frank Denis f8c0b88152 2024 2024-01-14 22:06:17 +01:00
Frank Denis bd8d693166 Unbound 1.19.0 2024-01-14 22:05:58 +01:00
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ LABEL maintainer="Frank Denis"
SHELL ["/bin/sh", "-x", "-c"]
ENV SERIAL 12
ENV CFLAGS=-Ofast
ENV CFLAGS=-O3
ENV BUILD_DEPS curl make build-essential git libevent-dev libexpat1-dev autoconf file libssl-dev flex bison
ENV RUNTIME_DEPS bash util-linux coreutils findutils grep libssl3 ldnsutils libevent-2.1 expat ca-certificates runit runit-helper jed
@ -14,7 +14,7 @@ RUN apt-get update && apt-get -qy dist-upgrade && apt-get -qy clean && \
RUN update-ca-certificates 2> /dev/null || true
ENV UNBOUND_GIT_URL https://github.com/NLnetLabs/unbound.git
ENV UNBOUND_GIT_REVISION 10843805ac37002f1d9293c9835a3e68e41d392d
ENV UNBOUND_GIT_REVISION a8739bad76d4d179290627e989c7ef236345bda6
WORKDIR /tmp

View File

@ -1,4 +1,4 @@
Copyright (c) 2015-2020, Frank Denis <github@pureftpd.org>
Copyright (c) 2015-2024, Frank Denis <github@pureftpd.org>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above

Binary file not shown.

Before

Width:  |  Height:  |  Size: 423 KiB

After

Width:  |  Height:  |  Size: 422 KiB