Skip to content

Commit e0116b8

Browse files
committed
Merge branch 'master' of github.com:jedisct1/dnscrypt-server-docker
* 'master' of github.com:jedisct1/dnscrypt-server-docker: Update Ubundu image and unbound
2 parents 9cce682 + 3441635 commit e0116b8

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,4 +1,4 @@
1-
FROM ubuntu:24.04
1+
FROM ubuntu:26.04
22
LABEL maintainer="Frank Denis"
33
SHELL ["/bin/sh", "-x", "-c"]
44
ENV SERIAL=1
@@ -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="75b6dba593d4fff000434cd64807c6ebd50bd244"
17+
ENV UNBOUND_GIT_REVISION="01a95108b34365a43af2ca94d6033a6dcc5f619b"
1818

1919
WORKDIR /tmp
2020

0 commit comments

Comments
 (0)