Skip to content

Commit

Permalink
build: update postgres and pgadmin
Browse files Browse the repository at this point in the history
use most recent v14-compatible postgres instead of 14.0.x

update pgadmin to most recent

we could move to postgres 17 at some point
  • Loading branch information
Borketh committed Sep 26, 2024
1 parent 9be909a commit 1a94289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-deps.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgres:
image: postgres:14.0-alpine
image: postgres:14-alpine
environment:
POSTGRES_PASSWORD: fred
POSTGRES_USER: fred
Expand All @@ -14,7 +14,7 @@ services:
pgadmin:
depends_on:
- postgres
image: dpage/pgadmin4:6
image: dpage/pgadmin4:8
environment:
PGADMIN_DEFAULT_EMAIL: '[email protected]'
PGADMIN_DEFAULT_PASSWORD: 'fred'
Expand Down

0 comments on commit 1a94289

Please sign in to comment.