gitea: Bump version to 1.16.1

This commit is contained in:
Kacper Donat 2022-02-20 00:11:44 +01:00
parent 2ac8ba46be
commit f615ca8aca
2 changed files with 9 additions and 1 deletions

View File

@ -5,7 +5,7 @@ volumes:
services:
server:
image: gitea/gitea:1.15.0
image: gitea/gitea:1.16.1
environment:
- USER_UID={{ git_user.uid }}
- USER_GID={{ git_user.group }}

View File

@ -42,3 +42,11 @@
mode: +x
tags:
- setup
- name: 'Link /app/gitea/gitea to /usr/local/bin/gitea'
file:
src: "/app/gitea/gitea"
dest: "/usr/local/bin/gitea"
state: link
tags:
- setup