Skip to content

Commit

Permalink
release 0.2-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
chenquanzhao committed Jan 15, 2020
1 parent 8749e3e commit 91702e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN set -xe && apt-get update && apt-get install -y --no-install-recommends gcc-

# Install PostgresForeignDataWrapper
ENV POSTGRES_VERSION=11
ENV FDW_VERSION=0.1-alpha
ENV FDW_VERSION=0.2-alpha
RUN set -xe && apt-get update && \
apt-get install -y --no-install-recommends make wget ca-certificates postgresql-server-dev-${POSTGRES_VERSION} && \
wget --no-check-certificate -O PostgresForeignDataWrapper.tar.gz https://github.com/jsc0218/PostgresForeignDataWrapper/archive/v${FDW_VERSION}.tar.gz && \
Expand Down

0 comments on commit 91702e7

Please sign in to comment.