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

View file

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