فهرست منبع

PostgreSQL 17 (#6835)

https://www.postgresql.org/about/news/postgresql-17-released-2936/
Alexandre Alapetite 1 سال پیش
والد
کامیت
ec9f9a43ed
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Docker/freshrss/docker-compose-db.yml

+ 1 - 1
Docker/freshrss/docker-compose-db.yml

@@ -6,7 +6,7 @@ volumes:
 services:
 
   freshrss-db:
-    image: postgres:16
+    image: postgres:17
     container_name: freshrss-db
     hostname: freshrss-db
     restart: unless-stopped