浏览代码

Merge pull request #7152 from docker/bump-pyinstaller

Bump pyinstaller to 3.6
Ulysses Souza 5 年之前
父节点
当前提交
6286beb321
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      requirements-build.txt
  2. 1 1
      script/build/linux-entrypoint

+ 1 - 1
requirements-build.txt

@@ -1 +1 @@
-pyinstaller==3.5
+pyinstaller==3.6

+ 1 - 1
script/build/linux-entrypoint

@@ -24,7 +24,7 @@ if [ ! -z "${BUILD_BOOTLOADER}" ]; then
     git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller
     cd /tmp/pyinstaller/bootloader
     # Checkout commit corresponding to version in requirements-build
-    git checkout v3.5
+    git checkout v3.6
     "${VENV}"/bin/python3 ./waf configure --no-lsb all
     "${VENV}"/bin/pip3 install ..
     cd "${CODE_PATH}"