Skip to content

Commit 7f28221

Browse files
build(deps): bump alpine from 3.20 to 3.21
Bumps alpine from 3.20 to 3.21. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ee17928 commit 7f28221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY . .
1616
RUN make all
1717

1818
## Runtime image ##
19-
FROM alpine:3.20 as run
19+
FROM alpine:3.21 as run
2020

2121
COPY --from=build /usr/src/zgrab2/cmd/zgrab2/zgrab2 /usr/bin/zgrab2
2222

0 commit comments

Comments
 (0)