Skip to content

Commit

Permalink
Update dependencies (#464)
Browse files Browse the repository at this point in the history
* timescaledb 1.7.2
* pg_mon cc028fdae8542ec3f5df3bf4c66f0895d87c127d
* plpgsql_check 1.11.0
* plantuner 800d81bc85da64ff3ef66e12aed1d4e1e54fc006 (pg13 support)
  • Loading branch information
CyberDem0n authored Jul 17, 2020
1 parent c307996 commit 9978b67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions postgres-appliance/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PGVERSION=12
ARG TIMESCALEDB=1.7.1
ARG TIMESCALEDB_LEGACY=1.7.1
ARG TIMESCALEDB=1.7.2
ARG TIMESCALEDB_LEGACY=1.7.2
ARG DEMO=false
ARG COMPRESS=false

Expand Down Expand Up @@ -69,13 +69,13 @@ ARG DEB_PG_SUPPORTED_VERSIONS="$PGOLDVERSIONS $PGVERSION"
ENV POSTGIS_VERSION=3.0 \
BG_MON_COMMIT=1418440bb6eb9466199c037d005560b5bf06aafc \
PG_AUTH_MON_COMMIT=902c670c9f2071b30e1d4437e7a38e2e136f9be6 \
PG_MON_COMMIT=ce374196975a71f7ef8ad30fa75263428a8b37c4 \
DECODERBUFS=v1.1.1.Final \
PG_MON_COMMIT=cc028fdae8542ec3f5df3bf4c66f0895d87c127d \
DECODERBUFS=v1.2.1.Final \
SET_USER=REL1_6_2 \
PLPGSQL_CHECK=v1.9.0 \
PLPGSQL_CHECK=v1.11.0 \
PLPROFILER=REL4_1 \
PAM_OAUTH2=v1.0.1 \
PLANTUNER_COMMIT=7c276460e4a4052e454b9c44148346e7286eb280
PLANTUNER_COMMIT=800d81bc85da64ff3ef66e12aed1d4e1e54fc006

RUN export DEBIAN_FRONTEND=noninteractive \
&& set -ex \
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 9978b67

Please sign in to comment.