Skip to content

Commit

Permalink
build: dnsproxy version 0.59.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dnomd343 committed Dec 4, 2023
1 parent 1ed989e commit 19f302e
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 @@ -4,7 +4,7 @@ ARG RUST="rust:1.74-alpine3.18"
ARG GOLANG="golang:1.20-alpine3.18"

FROM ${GOLANG} AS dnsproxy
ENV DNSPROXY="0.54.0"
ENV DNSPROXY="0.59.1"
RUN wget https://github.com/AdguardTeam/dnsproxy/archive/v${DNSPROXY}.tar.gz -O- | tar xz
WORKDIR ./dnsproxy-${DNSPROXY}/
RUN go get
Expand Down

0 comments on commit 19f302e

Please sign in to comment.