We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf0707 commit 3224da2Copy full SHA for 3224da2
Dockerfile
@@ -3,7 +3,7 @@ FROM postgis/postgis:16-3.4
3
LABEL maintainer="PgOSM Flex - https://github.com/rustprooflabs/pgosm-flex"
4
5
ARG OSM2PGSQL_BRANCH=master
6
-ARG OSM2PGSQL_REPO=https://github.com/openstreetmap/osm2pgsql.git
+ARG OSM2PGSQL_REPO=https://github.com/osm2pgsql-dev/osm2pgsql.git
7
8
9
RUN apt-get update \
0 commit comments