##// END OF EJS Templates
feat(build-image): bumped python to 3.11.9
super-admin -
Show More
@@ -79,7 +79,7 b' ENV CLEANUP_DEPS ""'
79
79
80 # https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa
80 # https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa
81 RUN \
81 RUN \
82 echo "** install base packages && python 3.11.8 **" && \
82 echo "** install base packages && python 3.11.9 **" && \
83 set -eux; \
83 set -eux; \
84 apt-get update; \
84 apt-get update; \
85 apt-get install -y ca-certificates curl openssl gpg; \
85 apt-get install -y ca-certificates curl openssl gpg; \
General Comments 0
You need to be logged in to leave comments. Login now