From f410989520d0670405eb5caa20eef1f1a7c5f770 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:56:22 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14.6 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 38522eb6..b1e6a51a 100755 --- a/build-images.sh +++ b/build-images.sh @@ -24,7 +24,7 @@ pushd webssh_tmp wget https://github.com/huashengdun/webssh/archive/refs/tags/v${webssh_version}.tar.gz -O webssh.tar.gz tar xvzf webssh.tar.gz -C build --strip-components=1 pushd build -webssh=$(buildah from docker.io/python:3.13.14-alpine) +webssh=$(buildah from docker.io/python:3.14.6-alpine) buildah add "${webssh}" . /code buildah run \ --workingdir '/code' \