Skip to content

Commit bfa7152

Browse files
committed
Bump 9.3, move latest to 9.4
1 parent 546985f commit bfa7152

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

9.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN mkdir /docker-entrypoint-initdb.d
2424
RUN apt-key adv --keyserver pgp.mit.edu --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
2525

2626
ENV PG_MAJOR 9.3
27-
ENV PG_VERSION 9.3.5-1.pgdg70+1
27+
ENV PG_VERSION 9.3.5-2.pgdg70+1
2828

2929
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
3030

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
declare -A aliases
55
aliases=(
6-
[9.3]='9 latest'
6+
[9.4]='9 latest'
77
[8.4]='8'
88
)
99

0 commit comments

Comments
 (0)