Update dockerfile

This commit is contained in:
Dan Sosedoff 2019-07-24 17:28:15 -05:00
parent 25af34aa6a
commit 1334e48fc7
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -79,8 +79,8 @@ docker:
docker build -t pgweb .
docker-release:
docker build -t $(DOCKER_RELEASE_TAG) .
docker build -t $(DOCKER_LATEST_TAG) .
docker build --no-cache -t $(DOCKER_RELEASE_TAG) .
docker tag $(DOCKER_RELEASE_TAG) $(DOCKER_LATEST_TAG)
docker-push:
docker push $(DOCKER_RELEASE_TAG)