From 170fa4f2a2d339aabe7241992ac1afe042b40d6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 09:56:05 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14.3 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index eae0cb6..bd3a4d8 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.12-alpine) +webssh=$(buildah from docker.io/python:3.14.3-alpine) buildah add "${webssh}" . /code buildah run \ --workingdir '/code' \