1
0
Fork 0
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:
Daniel García 2018-12-11 16:42:52 +01:00
parent 7adc045b80
commit f2ab25085d
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
6 changed files with 76 additions and 76 deletions

View file

@ -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"