Author SHA1 Message Date
renovate-bot 5e574f6f68 Update mysql:9.7.2 Docker digest to 30a0abf 2026-09-22 02:23:36 +00:00
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 3 additions and 3 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ services:
# - database-connection # - database-connection
db: db:
# image: mysql:9.2.0 # image: mysql:9.2.0
image: mysql:9.7.2@sha256:29abb0a179982e4a8928138bfc7f918af9eda64e7eeb1b1d084c1720a20159e6 image: mysql:9.7.2@sha256:30a0abfa7b502a496e12339b54cd07aaa70363396dc4b8e8a72a92804a505cd6
restart: always restart: always
volumes: volumes:
- mysql:/var/lib/mysql - mysql:/var/lib/mysql
@@ -23,7 +23,7 @@ services:
environment: environment:
- MYSQL_RANDOM_ROOT_PASSWORD=igen - MYSQL_RANDOM_ROOT_PASSWORD=igen
redis: redis:
image: redis:8.10.1-alpine@sha256:7d509f5640f5ed199d8781b5f5a45050133efe700aed34491f0b060665066d76 image: redis:8.10.1-alpine@sha256:bd999b5cfee25fb24b8320a31fddbd69f462df44c8138c66e369582937beebc0
restart: always restart: always
networks: networks:
- redis-connection - 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 COPY nginx.conf /etc/nginx/nginx.conf