Update gitea/gitea Docker tag to v1.11.5

This commit is contained in:
2020-05-09 20:30:32 +00:00
parent 72b184b5fc
commit b995854851
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM gitea/gitea:1.11.4
FROM gitea/gitea:1.11.5
EXPOSE 3020
EXPOSE 2222
+1 -1
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:
+1 -1
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:
+1 -1
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"