Update dockerfile
This commit is contained in:
parent
25af34aa6a
commit
1334e48fc7
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:3.6
|
FROM alpine:3.6
|
||||||
LABEL maintainer="Dan Sosedoff <dan.sosedoff@gmail.com>"
|
LABEL maintainer="Dan Sosedoff <dan.sosedoff@gmail.com>"
|
||||||
ENV PGWEB_VERSION 0.11.2
|
ENV PGWEB_VERSION 0.11.3
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk update && \
|
apk update && \
|
||||||
|
4
Makefile
4
Makefile
@ -79,8 +79,8 @@ docker:
|
|||||||
docker build -t pgweb .
|
docker build -t pgweb .
|
||||||
|
|
||||||
docker-release:
|
docker-release:
|
||||||
docker build -t $(DOCKER_RELEASE_TAG) .
|
docker build --no-cache -t $(DOCKER_RELEASE_TAG) .
|
||||||
docker build -t $(DOCKER_LATEST_TAG) .
|
docker tag $(DOCKER_RELEASE_TAG) $(DOCKER_LATEST_TAG)
|
||||||
|
|
||||||
docker-push:
|
docker-push:
|
||||||
docker push $(DOCKER_RELEASE_TAG)
|
docker push $(DOCKER_RELEASE_TAG)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user