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 06ab563 commit 83974e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM golang:1.21.6-alpine as build-env
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

FROM alpine:3.19.1
FROM alpine:3.17.3
RUN apk --update --no-cache add ldns \
&& apk --no-cache --virtual .deps add ldns-dev \
git \
@@ -18,4 +18,4 @@ RUN apk --update --no-cache add ldns \

COPY --from=build-env /go/bin/shuffledns /usr/bin/shuffledns
ENV HOME /
ENTRYPOINT ["/usr/bin/shuffledns"]
ENTRYPOINT ["/usr/bin/shuffledns"]

0 comments on commit 83974e5

Please sign in to comment.