Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Florents-Tselai committed Nov 15, 2024
1 parent 522811a commit 5da5592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ dist:
# for Docker
PG_MAJOR ?= 17

.PHONY: docker
.PHONY: docker-build

docker:
docker-build:
docker build --pull --no-cache --build-arg PG_MAJOR=$(PG_MAJOR) -t florents/pgpdf:pg$(PG_MAJOR) -t florents/pgpdf:$(EXTVERSION)-pg$(PG_MAJOR) .

.PHONY: docker-release
Expand Down

0 comments on commit 5da5592

Please sign in to comment.