Update Dockerfile

pull/4/head
Gertjan Krol 2024-01-19 17:25:03 +00:00
parent 1b5dc23977
commit 80e7056379
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3.15.5
ARG UNBOUND_VERSION=1.18.0
ARG UNBOUND_VERSION=1.19.0
# Install dependencies and build unbound, clean up after
RUN apk --update add --no-cache alpine-sdk bison dns-root-hints expat-dev flex git openssl-dev && \