Skip to content

Commit

Permalink
Update postgres and pgbouncer versions in docker compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbub committed Mar 25, 2024
1 parent b69547b commit c55a72a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
postgres:
image: "postgres:14-alpine"
image: "postgres:15-alpine"
restart: always
ports:
- "5432:5432"
Expand All @@ -11,7 +11,7 @@ services:
POSTGRES_PASSWORD: "postgres"

pgbouncer:
image: "bitnami/pgbouncer:1.18.0"
image: "bitnami/pgbouncer:1.22.0"
restart: always
environment:
POSTGRESQL_HOST: "postgres"
Expand Down

0 comments on commit c55a72a

Please sign in to comment.