We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49feb12 commit ae5a0d2Copy full SHA for ae5a0d2
unbound/Dockerfile
@@ -1,10 +1,10 @@
1
-FROM public.ecr.aws/docker/library/golang:1.20-bullseye as build-exporter
+FROM public.ecr.aws/docker/library/golang:1.22-bookworm as build-exporter
2
3
-RUN go install github.com/hanazuki/unbound_exporter@679dfa54debd24456ed458a7e72590101b560e2b
+RUN go install github.com/hanazuki/unbound_exporter@8ff4abc0f6e4b05e3bb4073dda1227cdaffdefcc
4
5
###
6
7
-FROM public.ecr.aws/docker/library/debian:bookworm
+FROM public.ecr.aws/ubuntu/ubuntu:24.04
8
9
RUN apt-get update -qq && \
10
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends unbound dns-root-data dumb-init && \
0 commit comments