Skip to content

Commit 24790e3

Browse files
committed
fix: pinning webssh image
1 parent fe1e601 commit 24790e3

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-alpine)
27+
webssh=$(buildah from docker.io/python:3.13.7-alpine)
2828
buildah add "${webssh}" . /code
2929
buildah run \
3030
--workingdir '/code' \

0 commit comments

Comments
 (0)