Skip to content

Commit e6b8400

Browse files
authored
Use ubi9 for building devspaces image (#483)
1 parent a59283d commit e6b8400

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

devspaces/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/devfile/base-developer-image:ubi8-latest
1+
FROM quay.io/devfile/base-developer-image:ubi9-latest
22

33
ARG PYV=3.11
44

devspaces/context/setup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ dnf install -y -q \
1919
podman \
2020
"python${PYV}" \
2121
"python${PYV}-cffi" \
22-
"python${PYV}-markupsafe" \
2322
"python${PYV}-pip" \
2423
"python${PYV}-pyyaml" \
2524
"python${PYV}-wheel" \

0 commit comments

Comments
 (0)