Skip to content

Commit 9139292

Browse files
chore(deps): bump alpine from 3.17.2 to 3.17.3 (projectdiscovery#801)
Bumps alpine from 3.17.2 to 3.17.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f67f17 commit 9139292

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
@@ -8,7 +8,7 @@ RUN go mod download
88
RUN go build ./cmd/subfinder
99

1010
# Release
11-
FROM alpine:3.17.2
11+
FROM alpine:3.17.3
1212
RUN apk -U upgrade --no-cache \
1313
&& apk add --no-cache bind-tools ca-certificates
1414
COPY --from=build-env /app/v2/subfinder /usr/local/bin/

0 commit comments

Comments
 (0)