From b7b082cd8ee99e0cbc4a8c857cac064fae52e83a Mon Sep 17 00:00:00 2001 From: Bob Colner Date: Sat, 5 Mar 2016 13:07:11 -0800 Subject: [PATCH] updated Dockerfile to use postgrest 3.1.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d5f52b0a..6d046ba5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:jessie -ENV POSTGREST_VERSION 0.3.0.4 +ENV POSTGREST_VERSION 0.3.1.0 ENV POSTGREST_SCHEMA public ENV POSTGREST_ANONYMOUS postgres ENV POSTGREST_JWT_SECRET thisisnotarealsecret