1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-30 06:24:47 +00:00

Update Rust and Crates

- Updated Rust to v1.69.0
- Updated MSRV to v1.67.1
- Updated crates
- Updated GitHub Actions
This commit is contained in:
BlackDex 2023-04-21 16:21:04 +02:00
commit cfba8347a3
No known key found for this signature in database
GPG key ID: 58C80A2AA6C765E1
23 changed files with 98 additions and 101 deletions

View file

@ -2,7 +2,7 @@
# This file was generated using a Jinja2 template.
# Please make your changes in `Dockerfile.j2` and then `make` the individual Dockerfiles.
{% set rust_version = "1.68.2" %}
{% set rust_version = "1.69.0" %}
{% set debian_version = "bullseye" %}
{% set alpine_version = "3.17" %}
{% set build_stage_base_image = "rust:%s-%s" % (rust_version, debian_version) %}