Skip to content

Commit 5c4ae12

Browse files
committed
fix version
Signed-off-by: Piyush Raj <[email protected]>
1 parent 6cc4591 commit 5c4ae12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ RUN set -eux \
142142
set -eux ; \
143143
export GEOS_ALPINE_VER=3.11 ; \
144144
export GDAL_ALPINE_VER=3.6.4-r4 ; \
145-
export PROJ_ALPINE_VER=9.2.0-r0 ; \
145+
export PROJ_ALPINE_VER=9.2 ; \
146146
elif [ $(printf %.1s "$POSTGIS_VERSION") == 2 ]; then \
147147
set -eux ; \
148148
export GEOS_ALPINE_VER=3.8 ; \

0 commit comments

Comments
 (0)