diff --git a/stacks/python-django/devfile.yaml b/stacks/python-django/devfile.yaml index 575a93f4b..d6a7b39a0 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 + image: registry.access.redhat.com/ubi9/python-39:1-153.1699551718 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 17f71231c..fa0fba8d2 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 + image: registry.access.redhat.com/ubi9/python-39:1-153.1699551718 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 2e518a869..0fd6702c5 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 + image: registry.access.redhat.com/ubi9/python-39:1-153.1699551718 args: ['tail', '-f', '/dev/null'] mountSources: true endpoints: