mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-22 11:33:57 +00:00
Updated dependencies, and dockerfiles to use NodeJS 10 LTS
This commit is contained in:
parent
7adc045b80
commit
f2ab25085d
6 changed files with 76 additions and 76 deletions
|
@ -2,7 +2,7 @@
|
|||
# https://docs.docker.com/develop/develop-images/multistage-build/
|
||||
# https://whitfin.io/speeding-up-rust-docker-builds/
|
||||
####################### VAULT BUILD IMAGE #######################
|
||||
FROM node:8-alpine as vault
|
||||
FROM node:10-alpine as vault
|
||||
|
||||
ENV VAULT_VERSION "v2.6.1"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue