File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ public static function image_cleanup() {
123123 }
124124
125125 /**
126- * Update docker-compose to v2.26.1 if lower version is installed.
126+ * Update docker-compose to v2.27.0 if lower version is installed.
127127 */
128128 public static function update_docker_compose () {
129129
@@ -137,8 +137,8 @@ public static function update_docker_compose() {
137137 }
138138 $ fs ->copy ( $ docker_compose_path , $ docker_compose_backup_path );
139139
140- if ( version_compare ( '2.26.1 ' , $ docker_compose_version , '> ' ) ) {
141- EE ::exec ( "curl -L https://github.com/docker/compose/releases/download/v2.26.1 /docker-compose-$(uname -s)-$(uname -m) -o $ docker_compose_path && chmod +x $ docker_compose_path " );
140+ if ( version_compare ( '2.27.0 ' , $ docker_compose_version , '> ' ) ) {
141+ EE ::exec ( "curl -L https://github.com/docker/compose/releases/download/v2.27.0 /docker-compose-$(uname -s)-$(uname -m) -o $ docker_compose_path && chmod +x $ docker_compose_path " );
142142 }
143143 }
144144
You can’t perform that action at this time.
0 commit comments