diff --git a/README.md b/README.md index 18c30f7..c8330dc 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ docker-compose exec ponylib ponylib --help ### Requirements * PostgreSQL 12+ -* Go 1.16+ +* Go 1.17+ ### Init DB diff --git a/docs/docker-compose/docker-compose.yml b/docs/docker-compose/docker-compose.yml index d77da0e..6bc9a76 100644 --- a/docs/docker-compose/docker-compose.yml +++ b/docs/docker-compose/docker-compose.yml @@ -4,7 +4,7 @@ version: "3.5" services: ponylib: - image: ghcr.io/maizy/ponylib:v2.0.0 + image: ghcr.io/maizy/ponylib:v2.0.1 container_name: ponylib command: ["web-ui"] ports: