diff options
Diffstat (limited to 'src/unbound-adblock/Dockerfile')
| -rw-r--r-- | src/unbound-adblock/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unbound-adblock/Dockerfile b/src/unbound-adblock/Dockerfile index 7d3b69b..196a37c 100644 --- a/src/unbound-adblock/Dockerfile +++ b/src/unbound-adblock/Dockerfile @@ -1,5 +1,5 @@ ARG BASE_VER=latest -FROM public.ecr.aws/s0f9o2k5/base:${BASE_VER} +FROM public.ecr.aws/x2w2w0z4/base:${BASE_VER} COPY bin/entrypoint.sh /usr/bin/entrypoint.sh COPY etc/unbound.base.conf /etc/unbound/unbound.conf.d/unbound.base.conf |