From ce96579d2687829b515c7c09f5a0b851a7de84fe Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Fri, 29 Jul 2016 10:43:23 -0500 Subject: [PATCH] Update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c88c816..eb809e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.3 MAINTAINER Dan Sosedoff -ENV PGWEB_VERSION 0.9.3 +ENV PGWEB_VERSION 0.9.4 RUN \ apk update && \