Compare commits

..

1 Commits

Author SHA1 Message Date
d033ba221b chore(deps): update nginx docker tag to v1.29.2 2025-10-17 18:40:38 +00:00

View File

@ -1,6 +1,6 @@
services:
web:
image: nginx:1.26.0
image: nginx:1.29.2
configs:
- source: nginx_conf
target: /etc/nginx/nginx.conf
@ -109,7 +109,7 @@ services:
entrypoint: /cron.sh
cache:
image: redis:8.2.2-alpine
image: redis:7.2.4-alpine
networks:
- internal
volumes: