Skip to content

Commit 2328453

Browse files
committed
fix(ci): fix a python version issue
1 parent 34812fe commit 2328453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ variables:
77
CI_DOCKER_REGISTRY: "ciregistry.espressif.cn:8443"
88
ESP_THREAD_BR_PATH: "$CI_PROJECT_DIR"
99
CI_TOOLS_PATH: "$CI_PROJECT_DIR/tools/ci"
10-
ESP_ENV_IMAGE: "$CI_DOCKER_REGISTRY/esp-env-v5.4:1"
10+
ESP_ENV_IMAGE: "$CI_DOCKER_REGISTRY/esp-env-v5.5:2"
1111

1212
before_script:
1313
- mkdir -p ~/.ssh

0 commit comments

Comments
 (0)