You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by tl...@apache.org on 2022/06/13 12:55:58 UTC

[incubator-sdap-ingester] branch issue_388_proxy updated: add exact python version

This is an automated email from the ASF dual-hosted git repository.

tloubrieu pushed a commit to branch issue_388_proxy
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git


The following commit(s) were added to refs/heads/issue_388_proxy by this push:
     new 90def09  add exact python version
90def09 is described below

commit 90def0900d9a83bde5a66bfe0c517cd14a4c07a2
Author: Thomas Loubrieu <lo...@jpl.nasa.gov>
AuthorDate: Mon Jun 13 14:55:45 2022 +0200

    add exact python version
---
 collection_manager/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/collection_manager/docker/Dockerfile b/collection_manager/docker/Dockerfile
index 83e94ad..8bfb8ab 100644
--- a/collection_manager/docker/Dockerfile
+++ b/collection_manager/docker/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3
+FROM python:3.8.13
 
 RUN apt-get update && apt-get install -y apt-transport-https gnupg2
 RUN curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -