瀏覽代碼

chore(deps): update gitea docker tag to v1.24.0

Christoph Schug 11 月之前
父節點
當前提交
c2c726d70b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docker-compose/gitea/compose.yaml

+ 2 - 2
docker-compose/gitea/compose.yaml

@@ -1,7 +1,7 @@
 ---
 services:
   server:
-    image: gitea/gitea:1.23.8
+    image: docker.io/gitea/gitea:1.24.0
     container_name: gitea-server
     environment:
       - USER_UID=1000
@@ -58,7 +58,7 @@ services:
 
 # --> When using internal database
 # db:
-#   image: postgres:14
+#   image: docker.io/library/postgres:17.5
 #   container_name: gitea-db
 #   environment:
 #     - POSTGRES_USER=${POSTGRES_USER:?POSTGRES_USER not set}