Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: NxPKG <116948796+NxPKG@users.noreply.github.com>
NxPKG authored Jan 27, 2024
1 parent 80a4b51 commit ad1ec8d
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
@@ -1,6 +1,6 @@
FROM golang:1.20.4-alpine as build-env
RUN apk --no-cache add git
RUN go install -v github.com/khulnasoft-lab/shuffledns/cmd/shuffledns@latest
RUN go install -v github.com/khulnasoft-lab/shuffledns/cmd/shuffledns@v1.0.1

FROM alpine:3.17.3
RUN apk --update --no-cache add ldns \

0 comments on commit ad1ec8d

Please sign in to comment.