Skip to content

Commit

Permalink
[kie-issues#1866] Update postgres and pgadmin images in docker compos…
Browse files Browse the repository at this point in the history
…e files (#2082)
  • Loading branch information
martinweiler authored Mar 8, 2025
1 parent 8b72149 commit 1ada353
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: '2.1'
services:

postgres:
image: postgres:13.4-alpine3.14
image: postgres:16.8-alpine3.21
ports:
- "5432:5432"
volumes:
Expand All @@ -37,7 +37,7 @@ services:
- POSTGRES_PASSWORD=postgres

pgadmin-compose:
image: dpage/pgadmin4:5.0
image: dpage/pgadmin4:9.1
environment:
PGADMIN_DEFAULT_EMAIL: [email protected]
PGADMIN_DEFAULT_PASSWORD: pass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
postgres:
container_name: postgres
image: postgres:16.1-alpine3.19
image: postgres:16.8-alpine3.21
profiles: [ "infra", "example", "full" ]
ports:
- "5432:5432"
Expand All @@ -20,7 +20,7 @@ services:

pgadmin:
container_name: pgadmin
image: dpage/pgadmin4:8.2
image: dpage/pgadmin4:9.1
profiles: [ "infra", "example", "full" ]
ports:
- 8055:80
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: "3"

services:
postgres-compose:
image: postgres:16.1-alpine3.19
image: postgres:16.8-alpine3.21
container_name: postgres
environment:
POSTGRES_USER: postgres
Expand All @@ -39,7 +39,7 @@ services:
- postgres-compose-network

pgadmin-compose:
image: dpage/pgadmin4:8.2
image: dpage/pgadmin4:9.1
container_name: pgadmin
ports:
- 8055:80
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: '3'

services:
postgres:
image: postgres:16.1-alpine3.19
image: postgres:16.8-alpine3.21
ports:
- "5432:5432"
volumes:
Expand All @@ -36,7 +36,7 @@ services:
POSTGRES_PASSWORD: postgres

pgadmin:
image: dpage/pgadmin4:8.2
image: dpage/pgadmin4:9.1
ports:
- 8055:80
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: "3"

services:
postgres:
image: postgres:16.1-alpine3.19
image: postgres:16.8-alpine3.21
ports:
- 5432:5432
volumes:
Expand All @@ -33,7 +33,7 @@ services:
- postgres-compose-network

pgadmin:
image: dpage/pgadmin4:8.2
image: dpage/pgadmin4:9.1
ports:
- 8055:80
depends_on:
Expand Down

0 comments on commit 1ada353

Please sign in to comment.