From f1c319785cd555224667a1068179a8022dd09b39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:37:07 +0000 Subject: [PATCH] build(deps): bump alpine from 3.21.0 to 3.21.2 in /build Bumps alpine from 3.21.0 to 3.21.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 192d21e50..1191a3dc9 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -8,7 +8,7 @@ ARG VARLOGADM_RPC_PORT=9093 ARG VARLOGSN_RPC_PORT=9091 -FROM alpine:3.21.0 AS tools +FROM alpine:3.21.2 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 \