This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/docker-upgrade in repository https://gitbox.apache.org/repos/asf/allura.git
commit 16fddfa2c9646e48a039263029141cafb4c50aee Author: Guillermo Cruz <[email protected]> AuthorDate: Mon Jun 19 14:32:08 2023 +0000 fixup! upgraded to the latest Ubuntu LTS --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 70b3d54a2..ad3125870 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,12 +19,12 @@ FROM ubuntu:22.04 ARG PY_VERSION=3.7 -# Ubunutu 18.04's latest python is 3.6 (and Ubuntu 20.04's is 3.8) +# Ubunutu 22.04's latest python is 3.10 # In order to get a different python, we must add the deadsnakes apt repo, and install a specific version RUN apt-get update \ && apt-get install gpg gpg-agent software-properties-common -y --no-install-recommends \ && add-apt-repository ppa:deadsnakes/ppa -y \ - #&& add-apt-repository ppa:git-core/ppa -y \ + && add-apt-repository ppa:git-core/ppa -y \ && apt-get update RUN apt-get upgrade -y git
