Skip to content

Commit

Permalink
update: dockerfile: running stage alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
vdjagilev committed Feb 8, 2025
1 parent 0e5e080 commit 3b95831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . /src/
RUN apk add --update gcc musl-dev
RUN CGO_ENABLED=1 go build -o /bin/nmap-formatter

FROM golang:1.23-alpine
FROM alpine:3.21

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

Expand Down

0 comments on commit 3b95831

Please sign in to comment.