From 9ac257f50576a1f69e7d4de4d53519b09b20abdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:53:07 +0000 Subject: [PATCH] build(deps): bump alpine from 3.20.3 to 3.21.0 in /build Bumps alpine from 3.20.3 to 3.21.0. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 0740cf2b2..192d21e50 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -8,7 +8,7 @@ ARG VARLOGADM_RPC_PORT=9093 ARG VARLOGSN_RPC_PORT=9091 -FROM alpine:3.20.3 AS tools +FROM alpine:3.21.0 AS tools ARG GRPC_HEALTH_PROBE_VERSION ARG JQ_VERSION RUN wget --no-check-certificate -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-amd64 \