We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031185c commit f623ba8Copy full SHA for f623ba8
build-images.sh
@@ -24,7 +24,7 @@ pushd webssh_tmp
24
wget https://github.com/huashengdun/webssh/archive/refs/tags/v${webssh_version}.tar.gz -O webssh.tar.gz
25
tar xvzf webssh.tar.gz -C build --strip-components=1
26
pushd build
27
-webssh=$(buildah from docker.io/python:3.13.7-alpine)
+webssh=$(buildah from docker.io/python:3.13.9-alpine)
28
buildah add "${webssh}" . /code
29
buildah run \
30
--workingdir '/code' \
0 commit comments