529dead206
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
4 lines
147 B
Bash
Executable File
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}"
|