mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
When building the docker image, make sure to pull the latest base image.
Fixes #2131 #2132
This commit is contained in:
parent
2842017b59
commit
6086899b28
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -131,7 +131,7 @@ clean-integration-test:
|
||||||
@ psql -U postgres -c 'drop database if exists miniflux_test;'
|
@ psql -U postgres -c 'drop database if exists miniflux_test;'
|
||||||
|
|
||||||
docker-image:
|
docker-image:
|
||||||
docker build -t $(DOCKER_IMAGE):$(VERSION) -f packaging/docker/alpine/Dockerfile .
|
docker build --pull -t $(DOCKER_IMAGE):$(VERSION) -f packaging/docker/alpine/Dockerfile .
|
||||||
|
|
||||||
docker-image-distroless:
|
docker-image-distroless:
|
||||||
docker build -t $(DOCKER_IMAGE):$(VERSION) -f packaging/docker/distroless/Dockerfile .
|
docker build -t $(DOCKER_IMAGE):$(VERSION) -f packaging/docker/distroless/Dockerfile .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue