Update gitea/gitea Docker tag to v1.11.5 #9

Merged
decentral1se merged 1 commits from renovate/docker-gitea-gitea-1.x into master 2020-05-10 09:49:12 +00:00
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"