Update gitea/gitea Docker tag to v1.11.6

This commit is contained in:
Renovate Bot 2020-05-30 21:30:33 +00:00
parent e642c6db55
commit f64d896bf5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM gitea/gitea:1.11.5
FROM gitea/gitea:1.11.6
EXPOSE 3020
EXPOSE 2222

View File

@ -3,6 +3,6 @@ version: "3.7"
services:
gitea:
image: gitea/gitea:1.11.5
image: gitea/gitea:1.11.6
ports:
- "3000:3000"