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 c045506 + 50f2945 commit 45ff3ecCopy full SHA for 45ff3ec
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.22.2
+FROM alpine:3.23.0
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