Skip to content

Commit 06c6ad3

Browse files
chore(deps): update dpage/pgadmin4 docker tag to v8.14
1 parent c59eb81 commit 06c6ad3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/paper/docker-compose/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
- ./db:/var/lib/postgresql/data
1818

1919
pg-admin:
20-
image: dpage/pgadmin4:8.3
20+
image: dpage/pgadmin4:8.14
2121
ports:
2222
- "8081:80"
2323
environment:

example/velocity/docker-compose/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
- ./db:/var/lib/postgresql/data
1818

1919
pg-admin:
20-
image: dpage/pgadmin4:8.6
20+
image: dpage/pgadmin4:8.14
2121
ports:
2222
- "8080:80"
2323
environment:

0 commit comments

Comments
 (0)