We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5e080 commit 3b95831Copy full SHA for 3b95831
Dockerfile
@@ -6,7 +6,7 @@ COPY . /src/
6
RUN apk add --update gcc musl-dev
7
RUN CGO_ENABLED=1 go build -o /bin/nmap-formatter
8
9
-FROM golang:1.23-alpine
+FROM alpine:3.21
10
11
COPY --from=builder /bin/nmap-formatter /bin/nmap-formatter
12
0 commit comments