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 @@ -99,9 +99,9 @@ FROM tyler AS roofer
99
99
ARG JOBS=2
100
100
ARG BAG3D_PIPELINE_LOCATION=/opt/3dbag-pipeline
101
101
102
- COPY --from=3dgi/roofer:develop /opt/roofer/bin/. $BAG3D_PIPELINE_LOCATION/tools/bin/
103
- COPY --from=3dgi/roofer:develop /opt/roofer/share/proj $BAG3D_PIPELINE_LOCATION/tools/share/proj
104
- COPY --from=3dgi/roofer:develop /opt/roofer/share/gdal $BAG3D_PIPELINE_LOCATION/tools/share/gdal
102
+ COPY --from=3dgi/roofer:v1.0.0-beta.3 /opt/roofer/bin/. $BAG3D_PIPELINE_LOCATION/tools/bin/
103
+ COPY --from=3dgi/roofer:v1.0.0-beta.3 /opt/roofer/share/proj $BAG3D_PIPELINE_LOCATION/tools/share/proj
104
+ COPY --from=3dgi/roofer:v1.0.0-beta.3 /opt/roofer/share/gdal $BAG3D_PIPELINE_LOCATION/tools/share/gdal
105
105
ENV GDAL_DATA=$BAG3D_PIPELINE_LOCATION/tools/share/gdal
106
106
ENV PROJ_DATA=$BAG3D_PIPELINE_LOCATION/tools/share/proj
107
107
You can’t perform that action at this time.
0 commit comments