We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a30ea0 commit afdf196Copy full SHA for afdf196
Changelog.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+**latest**
4
+- postgresql: upgrade to 9.4
5
+
6
**9.1-2**
7
- use the official postgresql apt repo
8
- feature: automatic data migration on upgrade
Dockerfile
@@ -1,7 +1,7 @@
FROM sameersbn/ubuntu:14.04.20150120
MAINTAINER sameer@damagehead.com
-ENV PG_VERSION 9.1
+ENV PG_VERSION 9.4
RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
&& echo 'deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main' > /etc/apt/sources.list.d/pgdg.list \
&& apt-get update \
0 commit comments