Skip to content

Commit 85a0760

Browse files
Merge pull request #1638 from projectdiscovery/dependabot/docker/dev/docker-dependencies-55fa3fb827
chore(deps): bump the docker-dependencies group across 1 directory with 2 updates
2 parents 994d997 + 0fe625c commit 85a0760

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Build
2-
FROM golang:1.25.5-alpine AS build-env
2+
FROM golang:1.25.7-alpine AS build-env
33
RUN apk add --no-cache build-base libpcap-dev
44
WORKDIR /app
55
COPY . /app
66
RUN go mod download
77
RUN go build ./cmd/naabu
88

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

0 commit comments

Comments
 (0)