⬆️ Update gitea to 1.19.0

Preparation for a switch to Forgejo
This commit is contained in:
Stefan Haun 2023-03-29 16:37:47 +02:00
parent 195aa3f265
commit ea3aa9f6cc

View file

@ -51,7 +51,7 @@
- name: Setup the docker container for gitea
docker_container:
name: gitea
image: "gitea/gitea:1.18.3"
image: "gitea/gitea:1.19.0"
pull: true
state: started
restart_policy: unless-stopped