4 Commits
Author SHA1 Message Date
kovagoadi d6e2a438ad Merge pull request 'Update redis:8.10.1-alpine Docker digest to bd999b5' (#19) from renovate/redis-8.10.1-alpine into main
Remote Deployment Pipeline / Prepare Context (push) Successful in 2s
Remote Deployment Pipeline / Deploy (Dev/Preview) (push) Skipped
Remote Deployment Pipeline / Cleanup Preview (push) Skipped
Remote Deployment Pipeline / Deploy (Pre-Prod) (push) Successful in 1m54s
Remote Deployment Pipeline / Stop Pre-Prod (push) Successful in 24s
Reviewed-on: #19
2026-09-21 14:35:12 +02:00
kovagoadi 03b921eb42 Merge pull request 'Update nginx:1.31.6-alpine Docker digest to adad2ae' (#18) from renovate/nginx-1.31.6-alpine into main
Remote Deployment Pipeline / Prepare Context (push) Successful in 3s
Remote Deployment Pipeline / Deploy (Dev/Preview) (push) Skipped
Remote Deployment Pipeline / Cleanup Preview (push) Skipped
Remote Deployment Pipeline / Deploy (Pre-Prod) (push) Successful in 1m15s
Remote Deployment Pipeline / Stop Pre-Prod (push) Successful in 9s
Reviewed-on: #18
2026-09-21 14:34:57 +02:00
renovate-bot 941e4c0330 Update redis:8.10.1-alpine Docker digest to bd999b5 2026-09-20 02:22:10 +00:00
renovate-bot 5597807afa Update nginx:1.31.6-alpine Docker digest to adad2ae 2026-09-19 02:22:47 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ services:
environment:
- MYSQL_RANDOM_ROOT_PASSWORD=igen
redis:
image: redis:8.10.1-alpine@sha256:7d509f5640f5ed199d8781b5f5a45050133efe700aed34491f0b060665066d76
image: redis:8.10.1-alpine@sha256:bd999b5cfee25fb24b8320a31fddbd69f462df44c8138c66e369582937beebc0
restart: always
networks:
- redis-connection
+1 -1
View File
@@ -1,3 +1,3 @@
FROM nginx:1.31.6-alpine@sha256:35c6bab452e41fc906bfa367bccff2e92f88ba6723d07479e7a18e1c6a3f5b52
FROM nginx:1.31.6-alpine@sha256:adad2ae9204d0fd7a34f40299bc838c3782be1293b10005eac4315ff5a1abf4e
COPY nginx.conf /etc/nginx/nginx.conf