1 parent 1b35474 commit c41e1ecCopy full SHA for c41e1ec
1 file changed
Makefile
@@ -1,5 +1,10 @@
1
-.PHONY: test
+PG_VERSION ?= 18
2
+
3
+.PHONY: test build
4
5
test:
6
docker build -f .docker/Dockerfile.test -t postgres-extensor-test .
7
-docker rmi postgres-extensor-test > /dev/null
8
9
+build:
10
+ docker build -f .docker/Dockerfile -t ruxwez/postgres:$(PG_VERSION) --build-arg POSTGRES_VERSION=$(PG_VERSION) .
0 commit comments