Skip to content

Commit

Permalink
build: dnsproxy version 0.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnomd343 committed Sep 1, 2023
1 parent f915120 commit a298073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG ALPINE="alpine:3.18"
ARG NODE="node:14-alpine3.17"
ARG RUST="rust:1.72-alpine3.18"
ARG GOLANG="golang:1.19-alpine3.18"
ARG GOLANG="golang:1.20-alpine3.18"

FROM ${GOLANG} AS dnsproxy
ENV DNSPROXY="0.51.0"
ENV DNSPROXY="0.54.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 a298073

Please sign in to comment.