From 5fb5e4f2d10fba7bf3b01387a9308a8392123575 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 23:13:25 +0000 Subject: [PATCH] Bump alpine from 3.21 to 3.22 Bumps alpine from 3.21 to 3.22. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.22' 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 602d31e..a472548 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Set the base image to use for subsequent instructions -FROM alpine:3.21 +FROM alpine:3.22 # Set the working directory inside the container WORKDIR /usr/src