Skip to content

Commit

Permalink
build: dnsproxy version 0.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnomd343 committed Jul 6, 2024
1 parent d2d60c7 commit f150ff3
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.78-alpine3.19"
ARG GOLANG="golang:1.22-alpine3.19"

FROM ${GOLANG} AS dnsproxy
ENV DNSPROXY="0.71.1"
ENV DNSPROXY="0.72.0"
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 f150ff3

Please sign in to comment.