diff --git a/Dockerfile b/Dockerfile index 594f926..cfda4c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 LABEL maintainer="Dan Sosedoff " -ENV PGWEB_VERSION 0.9.12 +ENV PGWEB_VERSION 0.10.0 RUN \ apk update && \