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 5b85ad5 + d75cc1c commit ad4c562Copy full SHA for ad4c562
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.0
+FROM alpine:3.23.2
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