mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-19 02:28:23 +00:00
Update web vault to 2.18.0
This commit is contained in:
parent
2b6383d243
commit
580c1bbc7d
7 changed files with 38 additions and 38 deletions
|
@ -44,8 +44,8 @@
|
|||
# https://docs.docker.com/develop/develop-images/multistage-build/
|
||||
# https://whitfin.io/speeding-up-rust-docker-builds/
|
||||
####################### VAULT BUILD IMAGE #######################
|
||||
{% set vault_version = "2.17.1" %}
|
||||
{% set vault_image_digest = "sha256:dcb7884dc5845b3842ff2204fe77482000b771495c6c359297ec3c03330d65e0" %}
|
||||
{% set vault_version = "2.18.0" %}
|
||||
{% set vault_image_digest = "sha256:b4454a3525ee6928ea85074f5e126858954c08b8cd7794150393ba83a6dd502c" %}
|
||||
# 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