Compare commits

..

2 Commits

Author SHA1 Message Date
04fa718a7c Merge pull request 'Update nginx Docker tag to v1.31.3' (#37) from renovate/nginx-1.x into main
All checks were successful
Remote Deployment Pipeline / Prepare deployment vars (push) Successful in 2s
Remote Deployment Pipeline / Create remote directory (push) Successful in 5s
Remote Deployment Pipeline / Cleanup MR environment (push) Has been skipped
Remote Deployment Pipeline / Sync repository files (push) Successful in 16s
Remote Deployment Pipeline / Run docker-compose remotely (push) Successful in 6s
Reviewed-on: #37
2026-07-16 16:17:14 +02:00
757d0f6f68 Update nginx Docker tag to v1.31.3
All checks were successful
Remote Deployment Pipeline / Prepare deployment vars (pull_request) Successful in 2s
Remote Deployment Pipeline / Create remote directory (pull_request) Has been skipped
Remote Deployment Pipeline / Cleanup MR environment (pull_request) Successful in 7s
Remote Deployment Pipeline / Sync repository files (pull_request) Has been skipped
Remote Deployment Pipeline / Run docker-compose remotely (pull_request) Has been skipped
2026-07-16 02:28:46 +00:00

View File

@@ -1,7 +1,7 @@
version: "3.9" version: "3.9"
services: services:
web: web:
image: nginx:1.31.2-alpine-slim@sha256:dd722b8ee8794f3c273bfaf8b5351b0652a68ccd73c17e5f0d029857a58f25ef image: nginx:1.31.3-alpine-slim@sha256:d08612e21a01bcbb8dbcc4ebff7dc80be5422250acc67ec30dd3e636c3b987ce
ports: ports:
- "80" - "80"
volumes: volumes: