From dafec3c0e52a0e1ff17f6051d6e0d34c0606491a Mon Sep 17 00:00:00 2001 From: "Alexander.Likhachev" Date: Wed, 30 Aug 2023 16:45:43 +0200 Subject: [PATCH] Always use latest `kotlin-build-env` image for Space dev environments #KTI-1362 Fixed --- .space/fleet.devfile.yaml | 2 +- .space/idea.devfile.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.space/fleet.devfile.yaml b/.space/fleet.devfile.yaml index a0aad4e0ec3..b6939d72a8b 100644 --- a/.space/fleet.devfile.yaml +++ b/.space/fleet.devfile.yaml @@ -7,4 +7,4 @@ attributes: components: - name: kotlin-build-env container: - image: registry.jetbrains.team/p/kt/containers/kotlin-build-env:v1 \ No newline at end of file + image: kotlin.registry.jetbrains.space/p/kotlin/containers/kotlin-build-env:latest \ No newline at end of file diff --git a/.space/idea.devfile.yaml b/.space/idea.devfile.yaml index a9eccecacc3..3ea6862669c 100644 --- a/.space/idea.devfile.yaml +++ b/.space/idea.devfile.yaml @@ -7,4 +7,4 @@ attributes: components: - name: kotlin-build-env container: - image: registry.jetbrains.team/p/kt/containers/kotlin-build-env:v1 \ No newline at end of file + image: kotlin.registry.jetbrains.space/p/kotlin/containers/kotlin-build-env:latest \ No newline at end of file