We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546985f commit bfa7152Copy full SHA for bfa7152
9.3/Dockerfile
@@ -24,7 +24,7 @@ RUN mkdir /docker-entrypoint-initdb.d
24
RUN apt-key adv --keyserver pgp.mit.edu --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
25
26
ENV PG_MAJOR 9.3
27
-ENV PG_VERSION 9.3.5-1.pgdg70+1
+ENV PG_VERSION 9.3.5-2.pgdg70+1
28
29
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
30
generate-stackbrew-library.sh
@@ -3,7 +3,7 @@ set -e
3
4
declare -A aliases
5
aliases=(
6
- [9.3]='9 latest'
+ [9.4]='9 latest'
7
[8.4]='8'
8
)
9
0 commit comments