Skip to content
Snippets Groups Projects
Commit 3f3815d7 authored by Carlos H Brandt's avatar Carlos H Brandt
Browse files

Allow Postgres version to be a build arg PG_VERSION

parent 79c8efda
Branches
No related tags found
No related merge requests found
...@@ -7,7 +7,9 @@ LABEL Description=DaCHS\ is\ a\ publishing\ infrastructure\ for\ the\ Virtual\ O ...@@ -7,7 +7,9 @@ LABEL Description=DaCHS\ is\ a\ publishing\ infrastructure\ for\ the\ Virtual\ O
MAINTAINER "Carlos Brandt <carloshenriquebrandt at gmail>" MAINTAINER "Carlos Brandt <carloshenriquebrandt at gmail>"
ENV PG_VERSION=9.6 ARG PG_VERSION=9.6
ENV PG_VERSION=${PG_VERSION}
RUN DEBIAN_FRONTEND='noninteractive' && \ RUN DEBIAN_FRONTEND='noninteractive' && \
apt-get update && \ apt-get update && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment