Skip to content

Commit

Permalink
Update mundialis/actinia Docker tag to v2.9.1 (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 4, 2024
1 parent d366980 commit 84d7884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actinia-prod/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mundialis/actinia:2.9.0
FROM mundialis/actinia:2.9.1

COPY actinia.cfg /etc/default/actinia
COPY start.sh /src/start.sh
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
actinia:
# build:
# context: actinia-prod/
image: mundialis/actinia:2.9.0
image: mundialis/actinia:2.9.1
volumes:
- ./actinia-data/grassdb:/actinia_core/grassdb:Z
- ./actinia-data/userdata:/actinia_core/userdata
Expand Down

0 comments on commit 84d7884

Please sign in to comment.