From 6f0aa013b20858d04ba36b507d7398b7456331c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 23:01:22 +0000 Subject: [PATCH] Bump alpine from 3.18.5 to 3.19.0 Bumps alpine from 3.18.5 to 3.19.0. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b1cc63d..c46118f 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.18.5 +FROM alpine:3.19.0 WORKDIR / RUN apk add --no-cache ca-certificates COPY --from=builder /go/src/github.com/mxssl/ntwrk/ntwrk /ntwrk