Update gitea/gitea Docker tag to v1.11.6 #10

Merged
decentral1se merged 1 commits from renovate/docker-gitea-gitea-1.x into master 2020-05-31 08:24:44 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f64d896bf5 - Show all commits

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"