Skip to content

Commit

Permalink
Update docker version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sosedoff committed Feb 20, 2020
1 parent 3e4e9c3 commit 16e3cc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.10
LABEL maintainer="Dan Sosedoff <[email protected]>"
ENV PGWEB_VERSION 0.11.5
ENV PGWEB_VERSION 0.11.6

RUN \
apk update && \
Expand Down

0 comments on commit 16e3cc3

Please sign in to comment.