Update changelog, bump docker image version

This commit is contained in:
Dan Sosedoff 2019-10-05 12:54:19 -05:00
parent 059764d015
commit f2ab51a314
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## 0.11.4 - 2019-10-05
- Fix SQL export filename, GH-438
- Update Docker image to alpine:3.10, GH-439
- Drop unsupported pg_dump options from connection string, GH-441
- Misc code cleanup and formatting, GH-442
## 0.11.3 - 2019-07-24
- Misc: add script to update homebrew formula version, GH-423

View File

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