We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59283d commit e6b8400Copy full SHA for e6b8400
devspaces/Containerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/devfile/base-developer-image:ubi8-latest
+FROM quay.io/devfile/base-developer-image:ubi9-latest
2
3
ARG PYV=3.11
4
devspaces/context/setup.sh
@@ -19,7 +19,6 @@ dnf install -y -q \
19
podman \
20
"python${PYV}" \
21
"python${PYV}-cffi" \
22
- "python${PYV}-markupsafe" \
23
"python${PYV}-pip" \
24
"python${PYV}-pyyaml" \
25
"python${PYV}-wheel" \
0 commit comments