This commit is contained in:
Yohan Boniface 2024-02-19 10:05:30 +01:00
parent 2e2119420b
commit 8cbed32f3d
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ services:
depends_on:
db:
condition: service_healthy
image: umap/umap:1.3.2
image: umap/umap:2.0.2
ports:
- "${PORT-8000}:8000"
environment:

View file

@ -1 +1 @@
VERSION = "2.0.1"
VERSION = "2.0.2"