diff options
author | BlackDex <[email protected]> | 2023-03-31 13:43:33 +0200 |
---|---|---|
committer | BlackDex <[email protected]> | 2023-04-02 15:19:59 +0200 |
commit | fc43608eecc6287a1966d2e551ac6d81d71dae45 (patch) | |
tree | d6dc6e9e467b70b433de9b74a9d27541112f6453 /.hadolint.yaml | |
parent | 525e6bb65a6926e0f9de3fc5dafd5c5b63981f9f (diff) | |
download | vaultwarden-fc43608eecc6287a1966d2e551ac6d81d71dae45.tar.gz vaultwarden-fc43608eecc6287a1966d2e551ac6d81d71dae45.zip |
Revert setcap, update rust and crates
- Revert #3170 as discussed in #3387
In hindsight it's better to not have this feature
- Update Dockerfile.j2 for easy version changes.
Just change it in one place instead of multiple
- Updated to Rust to latest patched version
- Updated crates to latest available
- Pinned mimalloc to an older version, as it breaks on musl builds
Diffstat (limited to '.hadolint.yaml')
-rw-r--r-- | .hadolint.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.hadolint.yaml b/.hadolint.yaml index 1c305f9d..e7387659 100644 --- a/.hadolint.yaml +++ b/.hadolint.yaml @@ -7,3 +7,5 @@ ignored: - DL3059 trustedRegistries: - docker.io + - ghcr.io + - quay.io |