Skip to content

Commit 3b95831

Browse files
committed
update: dockerfile: running stage alpine
1 parent 0e5e080 commit 3b95831

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
@@ -6,7 +6,7 @@ COPY . /src/
66
RUN apk add --update gcc musl-dev
77
RUN CGO_ENABLED=1 go build -o /bin/nmap-formatter
88

9-
FROM golang:1.23-alpine
9+
FROM alpine:3.21
1010

1111
COPY --from=builder /bin/nmap-formatter /bin/nmap-formatter
1212

0 commit comments

Comments
 (0)