Skip to content

Commit 5a61a07

Browse files
authored
Update CT version in docker manager (#528)
* bump ct version to 1.57.1 in docker_manager.py Signed-off-by: Piotr Pawłowski <[email protected]> --------- Signed-off-by: Piotr Pawłowski <[email protected]>
1 parent 4fdeb02 commit 5a61a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xpk/core/docker_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
DockerRunCommandExitCode = 135
3131
dockerBuildErrorCode = 134
3232
ctk_dockerfile_path = "Dockerfile"
33-
ctk_build_ref = "v1.55.0"
33+
ctk_build_ref = "v1.57.1"
3434
ctk_docker_image = "xpk-ctk"
3535
ctk_container_name = "xpk-ctk-container"
3636
gcloud_cfg_mount_path = "/root/.config/gcloud"

0 commit comments

Comments
 (0)