chore: update image tags
This commit is contained in:
@ -17,7 +17,7 @@ services:
|
||||
- db
|
||||
|
||||
db:
|
||||
image: mariadb:11.7
|
||||
image: mariadb:11.8
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db_root_password
|
||||
- MYSQL_PASSWORD_FILE=/run/secrets/db_password
|
||||
|
||||
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: louislam/uptime-kuma:2.0.0-beta.1
|
||||
image: louislam/uptime-kuma:2.1.0-beta.1
|
||||
volumes:
|
||||
- data:/app/data
|
||||
secrets:
|
||||
@ -43,7 +43,7 @@ services:
|
||||
retries: 5
|
||||
start_period: 2m
|
||||
db:
|
||||
image: mariadb:11.7
|
||||
image: mariadb:11.8
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db_root_password
|
||||
- MYSQL_PASSWORD_FILE=/run/secrets/db_password
|
||||
|
||||
Reference in New Issue
Block a user