Skip to content
This repository was archived by the owner on Dec 13, 2022. It is now read-only.

Commit 63a14e7

Browse files
committed
update: postgis 2.5
1 parent 7d57388 commit 63a14e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

10/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM postgres:10
22
MAINTAINER sushantdhiman "[email protected]"
33

4-
ENV POSTGIS_MAJOR 2.4
5-
ENV POSTGIS_VERSION 2.4.4+dfsg-4.pgdg90+1
4+
ENV POSTGIS_MAJOR 2.5
5+
ENV POSTGIS_VERSION 2.5.0+dfsg-1.pgdg90+1
66

77
RUN apt-get update \
88
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \

0 commit comments

Comments
 (0)