Skip to content

Commit be2a7aa

Browse files
chore(deps): bump alpine from 3.23.0 to 3.23.2
Bumps alpine from 3.23.0 to 3.23.2. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9b9b873 commit be2a7aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM golang:1.25.5-alpine as build-env
22
RUN apk --no-cache add git
33
RUN go install -v github.com/projectdiscovery/shuffledns/cmd/shuffledns@latest
44

5-
FROM alpine:3.23.0
5+
FROM alpine:3.23.2
66
RUN apk --update --no-cache add ldns \
77
&& apk --no-cache --virtual .deps add ldns-dev \
88
git \

0 commit comments

Comments
 (0)