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