Skip to content

Commit 0327089

Browse files
authored
Update Alpine image to 3.17.4
1 parent e6170a0 commit 0327089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /go/src/app
77
RUN git clone https://github.com/AdguardTeam/dnsproxy.git . --single-branch --branch $dnsproxy_version
88
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH go build -mod=vendor -o /go/bin/dnsproxy .
99

10-
FROM alpine:3.17.2
10+
FROM alpine:3.17.4
1111
ENV ARGS=""
1212
RUN apk add --update bind-tools
1313
COPY --from=builder /go/bin/dnsproxy /

0 commit comments

Comments
 (0)