Update pgweb version in docker image

This commit is contained in:
Dan Sosedoff 2016-06-30 10:35:06 -05:00
parent 789719ada6
commit 6d53606b22

View File

@ -1,7 +1,7 @@
FROM alpine:3.3
MAINTAINER Dan Sosedoff <dan.sosedoff@gmail.com>
ENV PGWEB_VERSION 0.9.2
ENV PGWEB_VERSION 0.9.3
RUN \
apk update && \