Merge pull request #439 from sd65/upgrade-alpine-to-3.10

Upgrade alpine to 3.10 - fix SQL export on up-to-date Postgresql
This commit is contained in:
Dan Sosedoff 2019-07-31 10:21:58 -05:00 committed by GitHub
commit 27ace7cafd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.6
FROM alpine:3.10
LABEL maintainer="Dan Sosedoff <dan.sosedoff@gmail.com>"
ENV PGWEB_VERSION 0.11.3

View File

@ -81,6 +81,7 @@ docker:
docker-release:
docker build --no-cache -t $(DOCKER_RELEASE_TAG) .
docker tag $(DOCKER_RELEASE_TAG) $(DOCKER_LATEST_TAG)
docker images $(DOCKER_RELEASE_TAG)
docker-push:
docker push $(DOCKER_RELEASE_TAG)