Skip to content

Commit

Permalink
Update UNBOUND_VERSION to 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsha committed Jul 8, 2024
1 parent fd5f009 commit 4542fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /unboundtest-repo
RUN GOBIN=/usr/bin CGO_ENABLED=0 go install .

FROM alpine:latest AS unbound
ARG UNBOUND_VERSION=1.18.0
ARG UNBOUND_VERSION=1.19.1
RUN apk update
RUN apk add curl
RUN curl -o unbound.tgz https://nlnetlabs.nl/downloads/unbound/unbound-$UNBOUND_VERSION.tar.gz
Expand Down

0 comments on commit 4542fca

Please sign in to comment.