chore(deps): update registry.mgrote.net/httpd docker tag to v1.1.32 (#768)

Co-authored-by: Renovate Bot <renovate@mgrote.net>
Co-committed-by: Renovate Bot <renovate@mgrote.net>
This commit is contained in:
Renovate Bot 2024-02-07 21:27:49 +01:00 committed by renovate
parent 5d9f108662
commit 007a1c6e54
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ version: '3'
services: services:
httpd-registry: httpd-registry:
container_name: "httpd-registry" container_name: "httpd-registry"
image: "registry.mgrote.net/httpd:v1.0.93" image: "registry.mgrote.net/httpd:v1.1.32"
restart: always restart: always
volumes: volumes:
- uploads:/usr/local/apache2/htdocs/ - uploads:/usr/local/apache2/htdocs/

View file

@ -2,7 +2,7 @@ version: '3'
services: services:
wiki-webserver: wiki-webserver:
container_name: wiki-webserver container_name: wiki-webserver
image: "registry.mgrote.net/httpd:v1.0.93" image: "registry.mgrote.net/httpd:v1.1.32"
restart: always restart: always
networks: networks:
- traefik - traefik