From c00f3df4eb584a1c0ccbb929b4e1bd16c0345142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 19:59:01 +0000 Subject: [PATCH] Bump alpine from 3.23 to 3.24 in the docker-minor group Bumps the docker-minor group with 1 update: alpine. Updates `alpine` from 3.23 to 3.24 --- updated-dependencies: - dependency-name: alpine dependency-version: '3.24' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a39f6f6..47e1682 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Set the base image to use for subsequent instructions. -FROM alpine:3.23 +FROM alpine:3.24 # Set the working directory inside the container. WORKDIR /usr/src