Update changelog, bump docker image version
This commit is contained in:
parent
059764d015
commit
f2ab51a314
@ -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
|
||||
|
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user