Pin Gitea to 1.17 instead of 1.17.3

Gitea's "minor" version change seems to be the one that occasionally
introduces breaking changes, so let's not update that automatically.
Only keep the patch-releases automatically updated.
This commit is contained in:
Sam A. 2022-11-23 20:02:30 +01:00
parent 2fa5bf4982
commit d9de1efc9a
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
- name: gitea container
docker_container:
name: gitea
image: gitea/gitea:1.17.3
image: gitea/gitea:1.17
restart_policy: unless-stopped
networks:
- name: gitea