1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-28 10:42:06 +03:00

Bump 9.3, move latest to 9.4

This commit is contained in:
Joe Ferguson
2014-12-18 12:59:26 -08:00
parent 546985f5cd
commit bfa7152926
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ RUN mkdir /docker-entrypoint-initdb.d
RUN apt-key adv --keyserver pgp.mit.edu --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
ENV PG_MAJOR 9.3
ENV PG_VERSION 9.3.5-1.pgdg70+1
ENV PG_VERSION 9.3.5-2.pgdg70+1
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list

View File

@ -3,7 +3,7 @@ set -e
declare -A aliases
aliases=(
[9.3]='9 latest'
[9.4]='9 latest'
[8.4]='8'
)