bitwarden_rs_ldap/alpine_deprecation.sh
2024-07-12 15:36:34 -07:00

11 lines
379 B
Bash
Executable File

#! /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 "$@"