Skip to content

Commit

Permalink
[39] Update python version from 3.8 to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tlbueno committed Nov 3, 2023
1 parent d6723a9 commit 04440cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ WORKDIR $REMOTE_SOURCE_DIR/app

RUN chmod g+rwx $REMOTE_SOURCE_DIR/app

RUN microdnf install -y python38 python38-jinja2 python38-pyyaml && \
RUN microdnf install -y python3.11-setuptools python3-jinja2 python3-pyyaml && \
microdnf clean all && rm -rf /var/cache/yum

RUN python3 setup.py install
Expand Down

0 comments on commit 04440cf

Please sign in to comment.