Bump the pgweb version in docker file

This commit is contained in:
Dan Sosedoff 2018-04-24 11:40:03 -05:00
parent 319b88cedf
commit f2579a7b37

View File

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