Skip to content

Commit d37d69e

Browse files
committed
docker/unbound: Switch base image to ubuntu:jammy
unbound 1.13 in bulleye doesn't have DoH support.
1 parent 9c56547 commit d37d69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unbound/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN go install github.com/hanazuki/unbound_exporter@3cf4ae0d9684285dc49d6a2f31a0
44

55
###
66

7-
FROM public.ecr.aws/debian/debian:bullseye-slim
7+
FROM public.ecr.aws/ubuntu/ubuntu:jammy
88

99
RUN apt-get update -qq && \
1010
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends unbound dns-root-data dumb-init

0 commit comments

Comments
 (0)