Skip to content

Commit 54bacd7

Browse files
committed
formatting
1 parent d92eb95 commit 54bacd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ RUN set -ex \
126126
3.12.11 \
127127
3.13.8 \
128128
3.14.0" \
129-
&& for PYTHON_VERSION in $PYTHON_VERSIONS; do \
129+
&& for PYTHON_VERSION in $PYTHON_VERSIONS; do \
130130
wget --no-check-certificate -O python-${PYTHON_VERSION}.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" \
131131
&& wget --no-check-certificate -O python-${PYTHON_VERSION}.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" \
132132
&& gpg --batch --verify python-${PYTHON_VERSION}.tar.xz.asc python-${PYTHON_VERSION}.tar.xz \

0 commit comments

Comments
 (0)