Skip to content

Commit

Permalink
Printing out required Docker version when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
AllRWeak committed Aug 21, 2024
1 parent df30ab2 commit 2c492c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/start-tasks/01-preparation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ if [[ "$CURRENT_DOCKER_MAJOR_VERSION" -lt "$MINIMUM_DOCKER_MAJOR_VERSION" ]]; th
echo -n -e "${C_RED}"
echo
echo -e "Current Docker version $CURRENT_DOCKER_MAJOR_VERSION is too old!"
echo -e "Minimum required Docker version is $MINIMUM_DOCKER_MAJOR_VERSION"
echo -e "Your can run ${C_CYAN}make prepare${C_RED} to install the latest Docker version for your OS."
echo
echo -n -e "${C_RST}"
Expand Down
2 changes: 1 addition & 1 deletion version.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 5.5.30
version: 5.5.31

0 comments on commit 2c492c4

Please sign in to comment.