mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-10 05:33:56 +00:00
Update web vault to v2022.11.2
This commit is contained in:
parent
317aa679cf
commit
d0b53a6a3d
17 changed files with 98 additions and 98 deletions
|
@ -59,8 +59,8 @@
|
|||
# https://docs.docker.com/develop/develop-images/multistage-build/
|
||||
# https://whitfin.io/speeding-up-rust-docker-builds/
|
||||
####################### VAULT BUILD IMAGE #######################
|
||||
{% set vault_version = "v2022.11.1" %}
|
||||
{% set vault_image_digest = "sha256:b15830718ac0402e928b94fbec404caaab4dc7e35326f72ec1daa22eeff81870" %}
|
||||
{% set vault_version = "v2022.11.2" %}
|
||||
{% set vault_image_digest = "sha256:1f124e2d1a8e9678d7b9d17587b6340fba0db298e96995552698108a43f5c1c1" %}
|
||||
# The web-vault digest specifies a particular web-vault build on Docker Hub.
|
||||
# Using the digest instead of the tag name provides better security,
|
||||
# as the digest of an image is immutable, whereas a tag name can later
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue