Pin nginx Docker tag to a529900 (#13)
All checks were successful
Remote Deployment Pipeline / Prepare deployment vars (push) Successful in 3s
Remote Deployment Pipeline / Create remote directory (push) Successful in 6s
Remote Deployment Pipeline / Cleanup MR environment (push) Has been skipped
Remote Deployment Pipeline / Sync repository files (push) Successful in 17s
Remote Deployment Pipeline / Run docker-compose remotely (push) Successful in 8s
All checks were successful
Remote Deployment Pipeline / Prepare deployment vars (push) Successful in 3s
Remote Deployment Pipeline / Create remote directory (push) Successful in 6s
Remote Deployment Pipeline / Cleanup MR environment (push) Has been skipped
Remote Deployment Pipeline / Sync repository files (push) Successful in 17s
Remote Deployment Pipeline / Run docker-compose remotely (push) Successful in 8s
This PR contains the following updates: | Package | Update | Change | |---|---|---| | nginx | pinDigest | -> `a529900` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMC4yIiwidXBkYXRlZEluVmVyIjoiMzcuMjAuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: kovagoadi <kovaogadi@gmail.com> Co-authored-by: kovagoadi <kovagoadi@kovagoadi.hu> Reviewed-on: #13 Co-authored-by: Renovate Bot <renovate@kovagoadi.hu> Co-committed-by: Renovate Bot <renovate@kovagoadi.hu>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
version: "3.9"
|
||||
services:
|
||||
web:
|
||||
image: nginx:1.27.0-alpine3.19-slim
|
||||
image: nginx:1.27.0-alpine3.19-slim@sha256:a529900d9252ce5d04531a4a594f93736dbbe3ec155a692d10484be82aaa159a
|
||||
ports:
|
||||
- "80"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user