diff --git a/blueprints/heyform/docker-compose.yml b/blueprints/heyform/docker-compose.yml index 18311947..3374befc 100644 --- a/blueprints/heyform/docker-compose.yml +++ b/blueprints/heyform/docker-compose.yml @@ -1,6 +1,6 @@ services: heyform: - image: heyform/community-edition:latest + image: heyform/community-edition:v0.1.0 restart: always volumes: # Persist uploaded images @@ -32,7 +32,7 @@ services: - mongo-data:/data/db keydb: - image: eqalpha/keydb:6.3.3 + image: eqalpha/keydb:alpine restart: always command: keydb-server --appendonly yes --protected-mode no volumes: diff --git a/blueprints/heyform/meta.json b/blueprints/heyform/meta.json index 7b64c42d..43f6f1f6 100644 --- a/blueprints/heyform/meta.json +++ b/blueprints/heyform/meta.json @@ -1,7 +1,7 @@ { "id": "heyform", "name": "HeyForm", - "version": "latest", + "version": "v0.1.0", "description": "Allows anyone to create engaging conversational forms for surveys, questionnaires, quizzes, and polls. No coding skills required.", "logo": "heyform.svg", "links": {