mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[PR #3573] [MERGED] Update images to Bookworm and PQ15 and Rust v1.71 #3307
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#3307
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/3573
Author: @BlackDex
Created: 6/11/2023
Status: ✅ Merged
Merged: 8/12/2023
Merged by: @dani-garcia
Base:
main← Head:update-base-images-and-versions📝 Commits (1)
aaeae16Update images to Bookworm and PQ15📊 Changes
23 files changed (+329 additions, -268 deletions)
View changed files
📝
.github/workflows/build.yml(+8 -3)📝
.github/workflows/hadolint.yml(+1 -1)📝
.github/workflows/release.yml(+2 -2)📝
Cargo.lock(+217 -190)📝
Cargo.toml(+16 -16)📝
docker/Dockerfile.j2(+13 -16)📝
docker/amd64/Dockerfile(+3 -2)📝
docker/amd64/Dockerfile.alpine(+5 -1)📝
docker/amd64/Dockerfile.buildkit(+3 -2)📝
docker/amd64/Dockerfile.buildkit.alpine(+5 -1)📝
docker/arm64/Dockerfile(+3 -2)📝
docker/arm64/Dockerfile.alpine(+5 -1)📝
docker/arm64/Dockerfile.buildkit(+4 -3)📝
docker/arm64/Dockerfile.buildkit.alpine(+5 -1)📝
docker/armv6/Dockerfile(+3 -6)📝
docker/armv6/Dockerfile.alpine(+7 -3)📝
docker/armv6/Dockerfile.buildkit(+4 -7)📝
docker/armv6/Dockerfile.buildkit.alpine(+7 -3)📝
docker/armv7/Dockerfile(+3 -2)📝
docker/armv7/Dockerfile.alpine(+5 -1)...and 3 more files
📄 Description
This PR updates the base images to use Debian Bookworm as base image. Also the MUSL/Alpine builds now use OpenSSLv3 and PostgreSQL v15.
The GHA Workflows are updated to use Ubuntu 22.04 to better match the versions of Debian Bookworm.
Also:
The 64bit arch's already used musl v1.2.3.
Improves / Closes #3434
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.