We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6170a0 commit 0327089Copy full SHA for 0327089
Dockerfile
@@ -7,7 +7,7 @@ WORKDIR /go/src/app
7
RUN git clone https://github.com/AdguardTeam/dnsproxy.git . --single-branch --branch $dnsproxy_version
8
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH go build -mod=vendor -o /go/bin/dnsproxy .
9
10
-FROM alpine:3.17.2
+FROM alpine:3.17.4
11
ENV ARGS=""
12
RUN apk add --update bind-tools
13
COPY --from=builder /go/bin/dnsproxy /
0 commit comments