Skip to content

Commit

Permalink
Update dependency image version in alpine Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacata authored Jul 2, 2024
1 parent 1741738 commit d366980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actinia-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY .git /src/actinia-docker/.git
WORKDIR /src/actinia-docker
RUN git describe --dirty --tags --long --first-parent > /actinia-docker-version.txt

FROM mundialis/actinia:alpine-dependencies-2024-06-26 as base
FROM mundialis/actinia:alpine-dependencies-2024-07-02 as base
FROM osgeo/grass-gis:releasebranch_8_4-alpine as grass
FROM mundialis/esa-snap:s1tbx-543d1be as snap

Expand Down

0 comments on commit d366980

Please sign in to comment.