Skip to content

Commit 57aa27e

Browse files
chore(deps): bump alpine (#1707)
Bumps the docker-dependencies group with 1 update in the / directory: alpine. Updates `alpine` from 3.24.0 to 3.24.1 --- updated-dependencies: - dependency-name: alpine dependency-version: 3.24.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf5563f commit 57aa27e

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
@@ -7,7 +7,7 @@ RUN go mod download
77
RUN CGO_ENABLED=0 go build ./cmd/naabu
88

99
# Release
10-
FROM alpine:3.24.0
10+
FROM alpine:3.24.1
1111
RUN apk upgrade --no-cache \
1212
&& apk add --no-cache nmap libpcap bind-tools ca-certificates nmap-scripts
1313
COPY --from=build-env /app/naabu /usr/local/bin/

0 commit comments

Comments
 (0)