4
0
Эх сурвалжийг харах

docker-compose PostgreSQL 16 (#5661)

https://www.postgresql.org/about/news/postgresql-16-released-2715/
Watch out, there are no auto-updates between major versions
Alexandre Alapetite 2 жил өмнө
parent
commit
86d713478b

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

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