Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b9e3d86713 | |||
| d20120d708 |
2 changed files with 3 additions and 3 deletions
|
|
@ -34,8 +34,8 @@
|
|||
"matchUpdateTypes": [
|
||||
"minor"
|
||||
],
|
||||
"excludePackageNames": [
|
||||
"git.hamburg.ccc.de/ccchh/oci-images/keycloak"
|
||||
"matchPackageNames": [
|
||||
"!git.hamburg.ccc.de/ccchh/oci-images/keycloak"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
services:
|
||||
db:
|
||||
image: mariadb:12.3.2
|
||||
image: mariadb:12.3.3
|
||||
command: --max_allowed_packet=3250585600
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: "{{ secret__sunders_db_root_password }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue