Skip to content

Commit e080d23

Browse files
Update adminer Docker tag to v5
1 parent f2c66ed commit e080d23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
environment:
2424
- ADMINER_DESIGN=pepa-linha
2525
- ADMINER_DEFAULT_SERVER=db
26-
image: adminer:4.7.5
26+
image: adminer:5.3.0
2727
ports:
2828
- 8080:8080 # localhost:8080/?pgsql=db&username=postgres&db=postgres&ns=public
2929
db:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
environment:
3333
- ADMINER_DESIGN=pepa-linha
3434
- ADMINER_DEFAULT_SERVER=db
35-
image: adminer:4.7.5
35+
image: adminer:5.3.0
3636
ports:
3737
- 8080:8080 # localhost:8080/?pgsql=db&username=postgres&db=postgres&ns=public
3838

0 commit comments

Comments
 (0)