浏览代码

fix assemble.sh docker image format (#4406)

Poki Bai 3 月之前
父节点
当前提交
f31d919898
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deploy/hps/sdk/scripts/assemble.sh

+ 1 - 1
deploy/hps/sdk/scripts/assemble.sh

@@ -8,5 +8,5 @@ docker run \
     -v "$(pwd)":/workspace \
     -w /workspace \
     --rm \
-    python3.10:sha256:875c3591e586f66aa65621926230925144920c951902a6c2eef005d9783a7ca7 \
+    python:3.10@sha256:6ff000548a4fa34c1be02624836e75e212d4ead8227b4d4381c3ae998933a922 \
     /bin/bash scripts/_assemble.sh "$@"