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 3020
EXPOSE 2222 EXPOSE 2222

View File

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

View File

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

View File

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