Skip to content

Commit 9dea86e

Browse files
committed
set roofer version to v1.0.0-beta.3
1 parent 782c899 commit 9dea86e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/tools/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ FROM tyler AS roofer
9999
ARG JOBS=2
100100
ARG BAG3D_PIPELINE_LOCATION=/opt/3dbag-pipeline
101101

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
105105
ENV GDAL_DATA=$BAG3D_PIPELINE_LOCATION/tools/share/gdal
106106
ENV PROJ_DATA=$BAG3D_PIPELINE_LOCATION/tools/share/proj
107107

0 commit comments

Comments
 (0)