1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-21 19:48:24 +00:00

Update Rust and Crates

This commit is contained in:
Helmut K. C. Tessarek 2023-06-03 17:04:45 -04:00
commit 06a10e2c5a
No known key found for this signature in database
GPG key ID: BE0985349D44DD00
20 changed files with 72 additions and 82 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.69.0" %}
{% set rust_version = "1.70.0" %}
{% set debian_version = "bullseye" %}
{% set alpine_version = "3.17" %}
{% set build_stage_base_image = "docker.io/library/rust:%s-%s" % (rust_version, debian_version) %}