From ba7a0c8dfe605f4ba9714a41128270fc44fe8b90 Mon Sep 17 00:00:00 2001
From: Carlos H Brandt <carloshenriquebrandt@gmail.com>
Date: Mon, 15 Apr 2019 23:49:57 +0200
Subject: [PATCH] Making a record on PG version 9.4 for Dachs 0.9.6

---
 dockerfile/Dockerfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dockerfile/Dockerfile b/dockerfile/Dockerfile
index d5b25bd..d256ef4 100644
--- a/dockerfile/Dockerfile
+++ b/dockerfile/Dockerfile
@@ -1,4 +1,4 @@
-FROM debian:stretch
+FROM debian:jessie
 
 LABEL Description=DaCHS\ is\ a\ publishing\ infrastructure\ for\ the\ Virtual\ Observatory. \
       Author=Markus\ Demleitner \
@@ -7,17 +7,17 @@ LABEL Description=DaCHS\ is\ a\ publishing\ infrastructure\ for\ the\ Virtual\ O
 
 MAINTAINER "Carlos Brandt <carloshenriquebrandt at gmail>"
 
-ENV PG_VERSION 9.6
+ENV PG_VERSION=9.4
 
-RUN DEBIAN_FRONTEND='noninteractive'               && \
-    apt-get update                                 && \
+RUN DEBIAN_FRONTEND='noninteractive'                    && \
+    apt-get update                                      && \
     apt-get install -y sudo wget vim locales git gnupg  && \
     apt-get clean
 
 ENV LANG C.UTF-8
 RUN echo LANG="$LANG" > /etc/default/locale
 
-RUN echo 'deb http://vo.ari.uni-heidelberg.de/debian release main'  \
+RUN echo 'deb http://vo.ari.uni-heidelberg.de/debian stable main'     \
         > /etc/apt/sources.list.d/gavo.list                         && \
     wget -qO - http://docs.g-vo.org/archive-key.asc | apt-key add -
 
-- 
GitLab