From b03589262c2133ea37dad03db314f7b95e974792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 03:02:48 +0000 Subject: [PATCH] chore(deps): bump alpine from 3.22.2 to 3.23.0 Bumps alpine from 3.22.2 to 3.23.0. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.bitbucket | 2 +- Dockerfile.github | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 20f84855..c81cbf4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.22.2 +FROM alpine:3.23.0 RUN apk update RUN apk add --no-cache git diff --git a/Dockerfile.bitbucket b/Dockerfile.bitbucket index 891e2151..10df6359 100644 --- a/Dockerfile.bitbucket +++ b/Dockerfile.bitbucket @@ -1,4 +1,4 @@ -FROM alpine:3.22.2 +FROM alpine:3.23.0 RUN apk update RUN apk add --no-cache git diff --git a/Dockerfile.github b/Dockerfile.github index dbbb0553..0a194c29 100644 --- a/Dockerfile.github +++ b/Dockerfile.github @@ -1,4 +1,4 @@ -FROM alpine:3.22.2 +FROM alpine:3.23.0 RUN apk update RUN apk add --no-cache git