1
0
Fork 0
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:
GeekCornerGH 2023-08-13 18:52:23 +02:00
commit ae1c53f4e5
No known key found for this signature in database
GPG key ID: 141B4CB278834F27
18 changed files with 23 additions and 23 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.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) %}