Update docker version, changelog

This commit is contained in:
Dan Sosedoff 2020-02-19 20:30:36 -06:00
parent 3e4e9c30c9
commit 16e3cc3998
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
## 0.11.6 - 2020-02-19
- Add CLI options for SSL key, cert and root certs, GH-452
- Remove double click action on cell, GH-455
## 0.11.5 - 2019-12-16
- Add basic SQL keyword autocompletion, GH-443

View File

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