Skip to content

Commit 3107e25

Browse files
Update get_software_versions.sh
1 parent 2c632c3 commit 3107e25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

get_software_versions.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ terraform --version >> terraform-version.txt
4040

4141
az --version >> az-version.txt
4242

43+
docker --version >> docker-version.txt
44+
4345

4446
# Check for the existence of the files and execute corresponding functions
4547
if [[ -f "docker-version.txt" ]]; then

0 commit comments

Comments
 (0)