From d6f6ccbb5b72ee5786cd8270aff0b7070bb3091d Mon Sep 17 00:00:00 2001 From: Red Hat Devstudio Release Bot Date: Wed, 26 Jun 2024 18:35:52 -0400 Subject: [PATCH] chore(devfile) link v2 devfile to :3.16; set image refs to registry.redhat.io/devspaces/ Signed-off-by: Red Hat Devstudio Release Bot --- devfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devfile.yaml b/devfile.yaml index 95b3d84..a25573d 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -4,7 +4,7 @@ metadata: components: - name: python container: - image: registry.redhat.io/devspaces/udi-rhel8:3.15 + image: registry.redhat.io/devspaces/udi-rhel8:3.16 volumeMounts: - name: venv path: /home/user/.venv