Compare commits

..
Author SHA1 Message Date
b030340bc8 Update all stable non-major dependencies
Some checks failed
/ build (pull_request) Successful in 30s
/ Ansible Lint (push) Failing after 4m10s
/ Ansible Lint (pull_request) Failing after 5m7s
2026-09-25 10:15:48 +00:00
d0fe432d9e Update quay.io/oauth2-proxy/oauth2-proxy Docker tag to v7.15.4
All checks were successful
/ build (push) Successful in 27s
/ Ansible Lint (push) Successful in 4m43s
2026-09-25 12:05:35 +02:00
adf5ecdb54 Update mariadb Docker tag to v12.3.3
Some checks failed
/ build (pull_request) Successful in 29s
/ Ansible Lint (pull_request) Successful in 4m56s
/ cleanup-staging (pull_request) Successful in 6s
/ build (push) Successful in 27s
/ Ansible Lint (push) Has been cancelled
2026-09-25 00:16:55 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
services:
oauth2-proxy:
container_name: oauth2-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.3
image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.4
command: --config /oauth2-proxy.cfg
hostname: oauth2-proxy
volumes:

View file

@ -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 }}"