Skip to content

Commit 438a95b

Browse files
committed
update actinia-api version
1 parent 4dca658 commit 438a95b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/actinia-core-alpine/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM mundialis/actinia:alpine-dependencies-2024-08-14 as build-base
2-
FROM osgeo/grass-gis:releasebranch_8_4-alpine as grass
1+
FROM mundialis/actinia:alpine-dependencies-2024-05-24 as build-base
2+
FROM osgeo/grass-gis:releasebranch_8_3-alpine as grass
33

44
FROM build-base as requirements
55

@@ -16,12 +16,12 @@ ENV GISBASE ""
1616
COPY --from=grass /usr/local/bin/grass /usr/local/bin/grass
1717
COPY --from=grass /usr/local/grass* /usr/local/grass/
1818
RUN ln -s /usr/local/grass "$(grass --config path)"
19-
RUN grass --tmp-project EPSG:4326 --exec g.version -rge && \
19+
RUN grass --tmp-location EPSG:4326 --exec g.version -rge && \
2020
pdal --version && \
2121
python --version
2222

2323
# Install GRASS GIS addon d.rast.multi (needed for STRDS render endpoint)
24-
RUN grass --tmp-project EPSG:4326 --exec g.extension -s \
24+
RUN grass --tmp-location EPSG:4326 --exec g.extension -s \
2525
extension=d.rast.multi url=https://github.com/mundialis/d_rast_multi
2626

2727

0 commit comments

Comments
 (0)