summaryrefslogtreecommitdiff
path: root/docker/docker-bake.hcl
diff options
context:
space:
mode:
authorMathijs van Veluw <[email protected]>2023-11-15 10:41:14 +0100
committerGitHub <[email protected]>2023-11-15 10:41:14 +0100
commit48836501bf348386d9bb1378fb56db33c19d3732 (patch)
tree86dac639a0234874909e2efa33501480d7769864 /docker/docker-bake.hcl
parentf863ffb89a0f2a0a682c67110af32c731b5b9fcb (diff)
downloadvaultwarden-48836501bf348386d9bb1378fb56db33c19d3732.tar.gz
vaultwarden-48836501bf348386d9bb1378fb56db33c19d3732.zip
Update crates (#4074)1.30.1
* Remove another header for websocket connections * Fix small bake issue * Update crates Updated crates and adjusted code where needed. One major update is Rocket rc4, no need anymore (again) for crates.io patching. The only item still pending is openssl/openssl-sys for which we need to wait if https://github.com/sfackler/rust-openssl/pull/2094 will be merged. If, then we can remove the pinned versions for the openssl crate.
Diffstat (limited to 'docker/docker-bake.hcl')
-rw-r--r--docker/docker-bake.hcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/docker-bake.hcl b/docker/docker-bake.hcl
index 7c28b125..e7f6a94b 100644
--- a/docker/docker-bake.hcl
+++ b/docker/docker-bake.hcl
@@ -88,7 +88,7 @@ target "debian" {
inherits = ["_default_attributes"]
dockerfile = "docker/Dockerfile.debian"
tags = generate_tags("", platform_tag())
- output = [join(",", flatten([["type=docker"], image_index_annotations()]))]
+ output = ["type=docker"]
}
// Multi Platform target, will build one tagged manifest with all supported architectures
@@ -138,7 +138,7 @@ target "alpine" {
inherits = ["_default_attributes"]
dockerfile = "docker/Dockerfile.alpine"
tags = generate_tags("-alpine", platform_tag())
- output = [join(",", flatten([["type=docker"], image_index_annotations()]))]
+ output = ["type=docker"]
}
// Multi Platform target, will build one tagged manifest with all supported architectures