Skip to content

Commit 675308d

Browse files
Update dpage/pgadmin4 Docker tag to v9
1 parent 93378bc commit 675308d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

database/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
- ./address_streetname.sql:/docker-entrypoint-initdb.d/08-address_streetname.sql
2424

2525
dba:
26-
image: dpage/pgadmin4:5.7
26+
image: dpage/pgadmin4:9.10
2727
container_name: base_registries_dba
2828
hostname: base_registries_dba
2929
environment:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ services:
5050
- 5432:5432
5151

5252
dba:
53-
image: dpage/pgadmin4:5.7
53+
image: dpage/pgadmin4:9.10
5454
container_name: base-registries-dba
5555
hostname: base-registries-dba
5656
environment:

0 commit comments

Comments
 (0)