Bump version

This commit is contained in:
Joe Nelson
2017-06-11 17:14:19 -05:00
parent 3165d5dbc0
commit 35d5e930ea
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ RUN apt-get -qq update && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Install postgrest
RUN POSTGREST_VERSION="0.4.1.0" \
RUN POSTGREST_VERSION="0.4.2.0" \
BUILD_DEPS="curl ca-certificates xz-utils" && \
apt-get -qq update && \
apt-get -qq install -y --no-install-recommends $BUILD_DEPS && \