Skip to content

Commit f623ba8

Browse files
chore(deps): update python docker tag to v3.13.9 (#142)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 031185c commit f623ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pushd webssh_tmp
2424
wget https://github.com/huashengdun/webssh/archive/refs/tags/v${webssh_version}.tar.gz -O webssh.tar.gz
2525
tar xvzf webssh.tar.gz -C build --strip-components=1
2626
pushd build
27-
webssh=$(buildah from docker.io/python:3.13.7-alpine)
27+
webssh=$(buildah from docker.io/python:3.13.9-alpine)
2828
buildah add "${webssh}" . /code
2929
buildah run \
3030
--workingdir '/code' \

0 commit comments

Comments
 (0)