From 3c33244cd947b519f3a7e3284fae90706fcb92e5 Mon Sep 17 00:00:00 2001 From: David Kilias Date: Wed, 21 Apr 2021 21:14:53 +0200 Subject: [PATCH] add version to docker image --- pottwal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pottwal.yml b/pottwal.yml index ca8bca4..468f7a2 100644 --- a/pottwal.yml +++ b/pottwal.yml @@ -133,7 +133,7 @@ - name: Ensure container for entities validation service is running docker_container: name: entities_validation_svc - image: netz39/entities_validation_svc + image: netz39/entities_validation_svc:v1.0.0 pull: true state: started detach: yes