Skip to content

Commit

Permalink
Merge pull request #463 from projectdiscovery/dependabot/docker/dev/a…
Browse files Browse the repository at this point in the history
…lpine-3.21.0
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
2 parents 4c29a52 + ce4cacf commit adeb3fb
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
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.23.3-alpine as build-env
RUN apk --no-cache add git
RUN go install -v github.com/projectdiscovery/shuffledns/cmd/shuffledns@latest

FROM alpine:3.20.3
FROM alpine:3.21.0
RUN apk --update --no-cache add ldns \
&& apk --no-cache --virtual .deps add ldns-dev \
git \
Expand Down

0 comments on commit adeb3fb

Please sign in to comment.