Skip to content

Commit 91702e7

Browse files
author
chenquanzhao
committed
release 0.2-alpha
1 parent 8749e3e commit 91702e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN set -xe && apt-get update && apt-get install -y --no-install-recommends gcc-
1212

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

0 commit comments

Comments
 (0)