From 7b30725311b7befe9f09e8731e4d7acfd95a114d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 03:02:27 +0000 Subject: [PATCH] chore(deps): bump alpine from 3.22.1 to 3.22.2 Bumps alpine from 3.22.1 to 3.22.2. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 93e0b9d10..20f84855b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.22.1 +FROM alpine:3.22.2 RUN apk update RUN apk add --no-cache git diff --git a/Dockerfile.bitbucket b/Dockerfile.bitbucket index 50c9cc418..891e21514 100644 --- a/Dockerfile.bitbucket +++ b/Dockerfile.bitbucket @@ -1,4 +1,4 @@ -FROM alpine:3.22.1 +FROM alpine:3.22.2 RUN apk update RUN apk add --no-cache git diff --git a/Dockerfile.github b/Dockerfile.github index 795df7cce..dbbb05533 100644 --- a/Dockerfile.github +++ b/Dockerfile.github @@ -1,4 +1,4 @@ -FROM alpine:3.22.1 +FROM alpine:3.22.2 RUN apk update RUN apk add --no-cache git