Skip to content

Commit c6768aa

Browse files
Update to pgadmin 4.29
1 parent f032dc1 commit c6768aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PGADMIN4_VERSION=4.22
1+
ARG PGADMIN4_VERSION=4.29
22
FROM dpage/pgadmin4:${PGADMIN4_VERSION}
33

44
# ================================================================================================

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ services:
3636
- ./session/pgadmin:/sessions # volume for sessions
3737
- ./data/pgadmin:/var/lib/pgadmin/storage
3838
environment:
39-
- PGADMIN_VERSION=4.22
39+
- PGADMIN_VERSION=4.29
4040
- PGADMIN_DEFAULT_EMAIL=laradock@laradock.io
4141
- PGADMIN_DEFAULT_PASSWORD=password

0 commit comments

Comments
 (0)