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.
2 parents 8d86709 + 5e41d60 commit 4d9fbe2Copy full SHA for 4d9fbe2
1 file changed
Dockerfile
@@ -14,7 +14,7 @@ RUN CGO_ENABLED=0 \
14
go build -v -o ntwrk
15
16
# Copy compiled binary to clear Alpine Linux image
17
-FROM alpine:3.23.3
+FROM alpine:3.23.4
18
WORKDIR /
19
RUN apk add --no-cache ca-certificates
20
COPY --from=builder /go/src/github.com/mxssl/ntwrk/ntwrk /ntwrk
0 commit comments