bitwarden_rs_ldap/alpine_deprecation.sh

11 lines
379 B
Bash
Raw Normal View History

#! /bin/sh
echo ""
echo "################################################################################"
echo "WARNING: The Alpine images are deprecated and will not recieve continued updates"
echo "Please use the non-Alpine images for the latest updates and features"
echo "################################################################################"
echo ""
exec "$@"