diff --git a/Dockerfile b/Dockerfile index fb49465..6f1ff81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.10 LABEL maintainer="Dan Sosedoff " -ENV PGWEB_VERSION 0.11.7 +ENV PGWEB_VERSION 0.11.8 RUN \ apk update && \