chore(Postgres): Upgrade to 13.4 and 12.8
https://www.postgresql.org/docs/release/12.8/ https://www.postgresql.org/docs/release/13.4/
This commit is contained in:
		@@ -59,7 +59,7 @@ services:
 | 
			
		||||
 | 
			
		||||
  nextcloud-postgres:
 | 
			
		||||
    container_name: ${POSTGRES_CONTAINER_NAME}
 | 
			
		||||
    image: ${POSTGRES_IMAGE:-postgres:12.7-alpine}
 | 
			
		||||
    image: ${POSTGRES_IMAGE:-postgres:12.8-alpine}
 | 
			
		||||
    restart: always
 | 
			
		||||
    environment:
 | 
			
		||||
      POSTGRES_USER: ${POSTGRES_USER}
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@ volumes:
 | 
			
		||||
services:
 | 
			
		||||
  postgres:
 | 
			
		||||
    container_name: ${POSTGRES_CONTAINER_NAME:-postgres}
 | 
			
		||||
    image: ${POSTGRES_IMAGE:-postgres:13.3-alpine}
 | 
			
		||||
    image: ${POSTGRES_IMAGE:-postgres:13.4-alpine}
 | 
			
		||||
    restart: always
 | 
			
		||||
    environment:
 | 
			
		||||
      POSTGRES_USER: ${POSTGRES_USER:?err}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user