Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #464

Merged
merged 1 commit into from
Jul 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.