Skip to content

Commit bc0737f

Browse files
chore(deps): bump alpine from 3.17.3 to 3.18.0
Bumps alpine from 3.17.3 to 3.18.0. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f19bb44 commit bc0737f

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.3
11+
FROM alpine:3.18.0
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)