We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ceb82 commit ffa7b32Copy full SHA for ffa7b32
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