diff --git a/Dockerfile b/Dockerfile index 951821d..15547c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN CGO_ENABLED=0 \ go build -v -o ntwrk # Copy compiled binary to clear Alpine Linux image -FROM alpine:3.20.0 +FROM alpine:3.20.1 WORKDIR / RUN apk add --no-cache ca-certificates COPY --from=builder /go/src/github.com/mxssl/ntwrk/ntwrk /ntwrk