mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[PR #3403] [MERGED] Revert setcap, update rust and crates #3283
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#3283
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/3403
Author: @BlackDex
Created: 3/31/2023
Status: ✅ Merged
Merged: 4/2/2023
Merged by: @dani-garcia
Base:
main← Head:update-dockerfile-and-rust📝 Commits (1)
fc43608Revert setcap, update rust and crates📊 Changes
21 files changed (+149 additions, -261 deletions)
View changed files
📝
.hadolint.yaml(+2 -0)📝
Cargo.lock(+107 -130)📝
Cargo.toml(+7 -6)📝
docker/Dockerfile.j2(+16 -28)📝
docker/amd64/Dockerfile(+1 -4)📝
docker/amd64/Dockerfile.alpine(+1 -3)📝
docker/amd64/Dockerfile.buildkit(+1 -9)📝
docker/amd64/Dockerfile.buildkit.alpine(+1 -8)📝
docker/arm64/Dockerfile(+1 -4)📝
docker/arm64/Dockerfile.alpine(+1 -3)📝
docker/arm64/Dockerfile.buildkit(+1 -9)📝
docker/arm64/Dockerfile.buildkit.alpine(+1 -8)📝
docker/armv6/Dockerfile(+1 -4)📝
docker/armv6/Dockerfile.alpine(+1 -3)📝
docker/armv6/Dockerfile.buildkit(+1 -9)📝
docker/armv6/Dockerfile.buildkit.alpine(+1 -8)📝
docker/armv7/Dockerfile(+1 -4)📝
docker/armv7/Dockerfile.alpine(+1 -3)📝
docker/armv7/Dockerfile.buildkit(+1 -9)📝
docker/armv7/Dockerfile.buildkit.alpine(+1 -8)...and 1 more files
📄 Description
This appears to be a breaking change on some platforms.
And in hindsight it's better to not have this feature as there might be (hypothetical) security issues with this.
Just change it in one place instead of multiple
Resolves #3387
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.