From 5d568bc4808703b06d5465e6aaf04d9feb95323e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 02:39:38 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.23.2 --- scripts/init_db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/init_db.sh b/scripts/init_db.sh index 1a3279e..ead519e 100755 --- a/scripts/init_db.sh +++ b/scripts/init_db.sh @@ -2,7 +2,7 @@ set -euo pipefail # renovate: datasource=docker depName=alpine -ALPINE_VERSION="3.23.0" +ALPINE_VERSION="3.23.2" WAIT_FOR_IT_VERSION="latest" echo "Waiting for DB container to be ready..."