We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8749e3e commit 91702e7Copy full SHA for 91702e7
docker-image/Dockerfile
@@ -12,7 +12,7 @@ RUN set -xe && apt-get update && apt-get install -y --no-install-recommends gcc-
12
13
# Install PostgresForeignDataWrapper
14
ENV POSTGRES_VERSION=11
15
-ENV FDW_VERSION=0.1-alpha
+ENV FDW_VERSION=0.2-alpha
16
RUN set -xe && apt-get update && \
17
apt-get install -y --no-install-recommends make wget ca-certificates postgresql-server-dev-${POSTGRES_VERSION} && \
18
wget --no-check-certificate -O PostgresForeignDataWrapper.tar.gz https://github.com/jsc0218/PostgresForeignDataWrapper/archive/v${FDW_VERSION}.tar.gz && \
0 commit comments