From 7c488847731da48b29581aff9f55deb5ab224fe2 Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 4 Feb 2025 11:40:37 +0100 Subject: [PATCH] Fix postgis scripts version --- infra/docker/database/database.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/docker/database/database.Dockerfile b/infra/docker/database/database.Dockerfile index 5321a4a22..fda4bbb90 100644 --- a/infra/docker/database/database.Dockerfile +++ b/infra/docker/database/database.Dockerfile @@ -19,5 +19,5 @@ RUN \ apt-get update && \ apt-get install -y --no-install-recommends \ postgresql-"$PG_MAJOR"-postgis-"$POSTGIS_MAJOR"="$POSTGIS_VERSION"* \ - postgresql-"$PG_MAJOR"-postgis-"$POSTGIS_MAJOR"-scripts && \ + postgresql-"$PG_MAJOR"-postgis-"$POSTGIS_MAJOR"-scripts="$POSTGIS_VERSION"* && \ rm -rf /var/lib/apt/lists/* \ No newline at end of file