Skip to content

Commit 6bd6726

Browse files
committed
Setting branch/repo back to prod values
1 parent c54cd16 commit 6bd6726

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ FROM postgis/postgis:16-3.4
22

33
LABEL maintainer="PgOSM Flex - https://github.com/rustprooflabs/pgosm-flex"
44

5-
#ARG OSM2PGSQL_BRANCH=master
6-
ARG OSM2PGSQL_BRANCH=check-date-on-replication-init
7-
#ARG OSM2PGSQL_REPO=https://github.com/osm2pgsql-dev/osm2pgsql.git
8-
ARG OSM2PGSQL_REPO=https://github.com/lonvia/osm2pgsql.git
5+
ARG OSM2PGSQL_BRANCH=master
6+
ARG OSM2PGSQL_REPO=https://github.com/osm2pgsql-dev/osm2pgsql.git
97

108

119
RUN apt-get update \

0 commit comments

Comments
 (0)