From eebbf62fd6536c94a29fce31190700dc1aa3e567 Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Fri, 15 Dec 2023 06:16:29 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi9/python-39 Docker tag to v1-161 Signed-off-by: Platform Engineering Bot --- stacks/python-django/devfile.yaml | 2 +- stacks/python/2.1.0/devfile.yaml | 2 +- stacks/python/3.0.0/devfile.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stacks/python-django/devfile.yaml b/stacks/python-django/devfile.yaml index d6a7b39a..5975c28f 100644 --- a/stacks/python-django/devfile.yaml +++ b/stacks/python-django/devfile.yaml @@ -22,7 +22,7 @@ starterProjects: components: - name: py-web container: - image: registry.access.redhat.com/ubi9/python-39:1-153.1699551718 + image: registry.access.redhat.com/ubi9/python-39:1-161 args: ["tail", "-f", "/dev/null"] mountSources: true endpoints: diff --git a/stacks/python/2.1.0/devfile.yaml b/stacks/python/2.1.0/devfile.yaml index fa0fba8d..26dff808 100644 --- a/stacks/python/2.1.0/devfile.yaml +++ b/stacks/python/2.1.0/devfile.yaml @@ -24,7 +24,7 @@ starterProjects: components: - name: py container: - image: registry.access.redhat.com/ubi9/python-39:1-153.1699551718 + image: registry.access.redhat.com/ubi9/python-39:1-161 args: ['tail', '-f', '/dev/null'] mountSources: true endpoints: diff --git a/stacks/python/3.0.0/devfile.yaml b/stacks/python/3.0.0/devfile.yaml index 0fd6702c..5ef59a4b 100644 --- a/stacks/python/3.0.0/devfile.yaml +++ b/stacks/python/3.0.0/devfile.yaml @@ -24,7 +24,7 @@ starterProjects: components: - name: py container: - image: registry.access.redhat.com/ubi9/python-39:1-153.1699551718 + image: registry.access.redhat.com/ubi9/python-39:1-161 args: ['tail', '-f', '/dev/null'] mountSources: true endpoints: