Skip to content

Commit af33228

Browse files
committed
chores: bump version in compose
1 parent 723fb70 commit af33228

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
## Overview
1111
This project is under active development. The goal is to provide an orchestration and scheduling platform for earthquake forecast models.
1212

13-
For v1 of the project, see the [gitlab repository](https://gitlab.seismo.ethz.ch/indu/rt-ramsis)
13+
For v0 of the project, see the [gitlab repository](https://gitlab.seismo.ethz.ch/indu/rt-ramsis)
1414

1515
## Installation
1616
This installation instruction is merely a recommendation for a user of the software. Depending on your preferences and knowledge, you are free to choose a different setup.

compose-database.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
- POSTGRES_PASSWORD
2323
- POSTGRES_PORT=5432
2424
- POSTGRES_HOST=postgres
25-
image: ghcr.io/swiss-seismological-service/rt-hermes:v1.0.0
25+
image: ghcr.io/swiss-seismological-service/rt-hermes:v1.0.2
2626
# build: .
2727
depends_on:
2828
- postgres

0 commit comments

Comments
 (0)