File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM quay.io/deis/base:v0.3.4
22
33ENV  LANG=en_US.utf8 \
44    PG_MAJOR=9.4 \
5-     PG_VERSION=9.4.9-1.pgdg80 +1 \
5+     PG_VERSION=9.4.9-1.pgdg16.04 +1 \
66    PGDATA=/var/lib/postgresql/data
77
88#  Set this separately from those above since it depends on one of them
@@ -19,7 +19,7 @@ RUN buildDeps='gcc git libffi-dev libssl-dev python-dev python-pip python-wheel'
1919    localedef -i en_US -c -f UTF-8 -A /etc/locale.alias en_US.UTF-8 && \
2020    export DEBIAN_FRONTEND=noninteractive && \
2121    apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8 && \
22-     echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie -pgdg main'  $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list && \
22+     echo 'deb http://apt.postgresql.org/pub/repos/apt/ xenial -pgdg main'  $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list && \
2323    apt-get update && \
2424    apt-get install -y --no-install-recommends \
2525        $buildDeps \
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments