mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-30 15:49:08 +00:00
build (deps): Bump Rust version and sync lockfile
This commit is contained in:
parent
bc57c4b193
commit
ae1c53f4e5
18 changed files with 23 additions and 23 deletions
|
@ -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.71.0" %}
|
||||
{% set rust_version = "1.71.1" %}
|
||||
{% set debian_version = "bookworm" %}
|
||||
{% set alpine_version = "3.17" %}
|
||||
{% set build_stage_base_image = "docker.io/library/rust:%s-%s" % (rust_version, debian_version) %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue