File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ FROM tyler AS roofer
100
100
ARG JOBS=2
101
101
ARG BAG3D_PIPELINE_LOCATION=/opt/3dbag-pipeline
102
102
103
- COPY --from=3dgi/roofer:v1.0.0-beta.5 /opt/roofer/bin/. $BAG3D_PIPELINE_LOCATION/tools/bin/
104
- COPY --from=3dgi/roofer:v1.0.0-beta.5 /opt/roofer/share/proj $BAG3D_PIPELINE_LOCATION/tools/share/proj
105
- COPY --from=3dgi/roofer:v1.0.0-beta.5 /opt/roofer/share/gdal $BAG3D_PIPELINE_LOCATION/tools/share/gdal
103
+ COPY --from=3dgi/roofer:develop /opt/roofer/bin/. $BAG3D_PIPELINE_LOCATION/tools/bin/
104
+ COPY --from=3dgi/roofer:develop /opt/roofer/share/proj $BAG3D_PIPELINE_LOCATION/tools/share/proj
105
+ COPY --from=3dgi/roofer:develop /opt/roofer/share/gdal $BAG3D_PIPELINE_LOCATION/tools/share/gdal
106
106
107
107
# We only need this until we replace the old geoflow with roofer
108
108
FROM roofer AS geoflow-old
You can’t perform that action at this time.
0 commit comments