From 7d719b622342c14afcec9995262b8986f719622f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 00:23:46 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14.7 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 2f4828e..7d04776 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.15-alpine) +webssh=$(buildah from docker.io/python:3.14.7-alpine) buildah add "${webssh}" . /code buildah run \ --workingdir '/code' \