Update pgweb version in dockerfile to 0.10.0

This commit is contained in:
Dan Sosedoff 2018-11-28 10:39:02 -06:00
parent 09c3a1862a
commit b86a849e00

View File

@ -1,6 +1,6 @@
FROM alpine:3.6
LABEL maintainer="Dan Sosedoff <dan.sosedoff@gmail.com>"
ENV PGWEB_VERSION 0.9.12
ENV PGWEB_VERSION 0.10.0
RUN \
apk update && \