Update gitea/gitea Docker tag to v1.11.5

This commit is contained in:
Renovate Bot 2020-05-09 20:30:32 +00:00
parent 72b184b5fc
commit b995854851
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -3,7 +3,7 @@ version: "3.7"
services:
gitea:
image: gitea/gitea:1.11.4
image: gitea/gitea:1.11.5
volumes:
- git:/data
ports:

View File

@ -3,7 +3,7 @@ version: "3.7"
services:
gitea:
image: gitea/gitea:1.11.4
image: gitea/gitea:1.11.5
volumes:
- git:/data
networks:

View File

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