From eb38961495f4c8e56de61eadb599a65bb5e4c9d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 14:43:59 +0000 Subject: [PATCH] chore(deps): bump alpine from 3.19 to 3.24 Bumps alpine from 3.19 to 3.24. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.24' 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 4409154..9d02647 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # Arah is a setup/orchestration toolkit. This Dockerfile provides a CLI # container for running arah scripts and managing the stack. # ============================================================================= -FROM alpine:3.19 +FROM alpine:3.24 RUN apk add --no-cache \ bash curl jq yq git openssh-client \