aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMathijs van Veluw <[email protected]>2023-10-23 00:18:38 +0200
committerGitHub <[email protected]>2023-10-23 00:18:38 +0200
commitd722328f05f65910e00d01c7b156d30ab9ac8986 (patch)
tree9c193bd2deea807592efb58c48dfa7f7165e6bc8 /Dockerfile
parentcb4b683dcd51eff4508bcf50e34d657b8d2225d4 (diff)
downloadvaultwarden-d722328f05f65910e00d01c7b156d30ab9ac8986.tar.gz
vaultwarden-d722328f05f65910e00d01c7b156d30ab9ac8986.zip
Container building changes (#3958)
* WIP: Container building changes * Small updates - Updated to rust 1.73.0 - Updated crates - Updated documentation - Added a bake.sh script to make baking easier * Update GitHub Actions Workflow - Updated workflow to use qemu and buildx bake In the future i would like to extract the alpine based binaries and add them as artifacts to the release. * Address review remarks and small updates - Addressed review remarks - Added `podman-bake.sh` script to build Vaultwarden with podman - Updated README - Updated crates - Added `VW_VERSION` support - Added annotations - Updated web-vault to v2023.9.1
Diffstat (limited to 'Dockerfile')
l---------Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c99d6e50..e4ce2a81 120000
--- a/Dockerfile
+++ b/Dockerfile
@@ -1 +1 @@
-docker/amd64/Dockerfile \ No newline at end of file
+docker/Dockerfile.debian \ No newline at end of file