From 876c7f52aec6f74b7a88b31942520bf301de484c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 5 Sep 2024 15:36:04 +0200 Subject: [PATCH] Use branch 8.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 237f31af..63df0479 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ DOCKER_TAG ?= latest export DOCKER_TAG -MAPSERVER_BRANCH ?= main +MAPSERVER_BRANCH ?= branch-8-2 WITH_ORACLE ?= OFF DOCKER_IMAGE ?= camptocamp/mapserver ROOT = $(dir $(realpath $(firstword $(MAKEFILE_LIST))))