mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
[PR #4153] [MERGED] Fix the version string #2880
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/4153
Author: @BlackDex
Created: 12/9/2023
Status: ✅ Merged
Merged: 12/10/2023
Merged by: @dani-garcia
Base:
main← Head:fix-version-string📝 Commits (1)
f0d0a03Fix the version string📊 Changes
9 files changed (+61 additions, -54 deletions)
View changed files
📝
.github/workflows/build.yml(+2 -2)📝
Cargo.lock(+31 -31)📝
Cargo.toml(+2 -2)📝
build.rs(+7 -5)📝
docker/DockerSettings.yaml(+2 -2)📝
docker/Dockerfile.alpine(+7 -6)📝
docker/Dockerfile.debian(+5 -3)📝
docker/Dockerfile.j2(+4 -2)📝
rust-toolchain.toml(+1 -1)📄 Description
For some reason still not known, the
.gitdirectory was not copied into the container. I think buildkit (buildx) did this by default before, and stopped this with newer versions.This PR fixes this by also touching
build.rsbesidessrc/main.rs.This PR also updates Rust to v1.74.1 and some crates, including the latest version of Alpine 3.19.
Fixes #4150
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.