Compare commits

...

2 Commits

Author SHA1 Message Date
c032ae55fe Merge pull request 'Update nginx Docker tag to v1.31.2' (#32) 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 4s
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 8s
Reviewed-on: #32
2026-06-18 23:17:12 +02:00
0e4ebab525 Update nginx Docker tag to v1.31.2
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 8s
Remote Deployment Pipeline / Sync repository files (pull_request) Has been skipped
Remote Deployment Pipeline / Run docker-compose remotely (pull_request) Has been skipped
2026-06-18 02:28:14 +00:00

View File

@@ -1,7 +1,7 @@
version: "3.9"
services:
web:
image: nginx:1.31.1-alpine-slim@sha256:3fe7a344f234ac4b84817896c9294ffae74eae03fc1ad0ff502457fef5cebef8
image: nginx:1.31.2-alpine-slim@sha256:071d472aeea109db4c23868034c210f14411f13bc8d9936b7a8fa410b765c740
ports:
- "80"
volumes: