mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-15 03:36:33 +03:00
Update docker version, changelog
This commit is contained in:
parent
3e4e9c30c9
commit
16e3cc3998
@ -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
|
## 0.11.5 - 2019-12-16
|
||||||
|
|
||||||
- Add basic SQL keyword autocompletion, GH-443
|
- Add basic SQL keyword autocompletion, GH-443
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:3.10
|
FROM alpine:3.10
|
||||||
LABEL maintainer="Dan Sosedoff <dan.sosedoff@gmail.com>"
|
LABEL maintainer="Dan Sosedoff <dan.sosedoff@gmail.com>"
|
||||||
ENV PGWEB_VERSION 0.11.5
|
ENV PGWEB_VERSION 0.11.6
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk update && \
|
apk update && \
|
||||||
|
Loading…
Reference in New Issue
Block a user