Skip to content

Commit fbc7e3b

Browse files
committed
fix: move to fedora 43 which is the latest stable
1 parent 14d35ad commit fbc7e3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:42
1+
FROM fedora:43
22

33
ARG USER=odh
44
ARG HOME=/home/$USER
@@ -11,9 +11,9 @@ ENV UV_NO_CACHE=1
1111
ENV BIN_DIR="$HOME_DIR/.local/bin"
1212
ENV PATH="$PATH:$BIN_DIR"
1313

14-
# Install Python 3.14 and other dependencies using dnf
14+
# Install system dependencies using dnf
1515
RUN dnf update -y \
16-
&& dnf install -y python3.14 python3.14-pip ssh gnupg curl gpg wget vim httpd-tools rsync openssl openssl-devel\
16+
&& dnf install -y python3 python3-pip ssh gnupg curl gpg wget vim httpd-tools rsync openssl openssl-devel\
1717
&& dnf clean all \
1818
&& rm -rf /var/cache/dnf
1919

0 commit comments

Comments
 (0)