Skip to content

Commit ae5a0d2

Browse files
committed
unbound: update to noble
1 parent 49feb12 commit ae5a0d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

unbound/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM public.ecr.aws/docker/library/golang:1.20-bullseye as build-exporter
1+
FROM public.ecr.aws/docker/library/golang:1.22-bookworm as build-exporter
22

3-
RUN go install github.com/hanazuki/unbound_exporter@679dfa54debd24456ed458a7e72590101b560e2b
3+
RUN go install github.com/hanazuki/unbound_exporter@8ff4abc0f6e4b05e3bb4073dda1227cdaffdefcc
44

55
###
66

7-
FROM public.ecr.aws/docker/library/debian:bookworm
7+
FROM public.ecr.aws/ubuntu/ubuntu:24.04
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)