diff --git a/files/tuwunel/docker-compose.template.yml b/files/tuwunel/docker-compose.template.yml index 9e139c0..764aebd 100644 --- a/files/tuwunel/docker-compose.template.yml +++ b/files/tuwunel/docker-compose.template.yml @@ -4,7 +4,7 @@ services: tuwunel_app: - image: jevolk/tuwunel:v1.8.3 + image: jevolk/tuwunel:v1.9.0 container_name: tuwunel_app restart: unless-stopped user: "{{ owner_create_result.uid }}:{{ owner_create_result.group }}"