Files
charts/containers/apps/devcontainer/get-version.sh
TrueCharts-Bot 529dead206 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-07-09 13:31:18 +00:00

4 lines
147 B
Bash
Executable File

#!/usr/bin/env bash
version=$(grep "ARG CLUSTERTOOL_VERSION=" ./containers/apps/devcontainer/Dockerfile | cut -d '=' -f2)
printf "%s" "${version}"