1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-05-19 23:40:06 +02:00
vaultwarden/docker
BlackDex 89b5f7c98d Dependency updates
Updated several dependencies and switch to different totp library.

- Switch oath with totp-lite
  oauth hasn't been updated in a long while and some dependencies could not be updated any more
  It now also validates a preseeding 0, as the previous library returned an int instead of a str which stripped a leading 0
- Updated rust to the current latest nightly (including build image)
- Updated bootstrap css and js
- Updated hadolint to latest version
- Updated default rust image from v1.53 to v1.54
- Updated new nightly build/clippy messages
2021-08-22 13:46:48 +02:00
..
amd64 Dependency updates 2021-08-22 13:46:48 +02:00
arm64 Dependency updates 2021-08-22 13:46:48 +02:00
armv6 Dependency updates 2021-08-22 13:46:48 +02:00
armv7 Dependency updates 2021-08-22 13:46:48 +02:00
Dockerfile.buildx Project renaming 2021-04-27 23:18:32 +02:00
Dockerfile.j2 Dependency updates 2021-08-22 13:46:48 +02:00
healthcheck.sh Healthcheck fixes/optimizations 2020-03-25 20:13:36 -07:00
Makefile Add a dot in find command. 2021-03-05 15:49:45 -05:00
README.md Multi-arch image support 2020-07-15 20:03:34 -07:00
render_template Generate Dockerfiles from one source for maintainability. Closes #785. 2019-12-28 22:52:20 +01:00
start.sh Remove warning when compiling only with mysql and add compatibility mode with the old docker script names 2021-04-29 16:01:04 +02:00

The arch-specific directory names follow the arch identifiers used by the Docker official images:

https://github.com/docker-library/official-images/blob/master/README.md#architectures-other-than-amd64