diff --git a/compose.ci.e2e.yml b/compose.ci.e2e.yml index 9e98761..4e02bd0 100644 --- a/compose.ci.e2e.yml +++ b/compose.ci.e2e.yml @@ -1,7 +1,7 @@ --- services: database: - image: postgres:16-alpine + image: postgres:18-alpine environment: POSTGRES_DB: plex_playlist POSTGRES_USER: plex_user diff --git a/compose.ci.integration.yml b/compose.ci.integration.yml index cbbfc8d..1d0444d 100644 --- a/compose.ci.integration.yml +++ b/compose.ci.integration.yml @@ -1,7 +1,7 @@ --- services: database: - image: postgres:16-alpine + image: postgres:18-alpine environment: POSTGRES_DB: plex_playlist POSTGRES_USER: plex_user diff --git a/compose.yml b/compose.yml index 6b39d0b..7194bd6 100644 --- a/compose.yml +++ b/compose.yml @@ -1,7 +1,7 @@ --- services: database: - image: postgres:16-alpine + image: postgres:18-alpine environment: POSTGRES_DB: plex_playlist POSTGRES_USER: plex_user