Check "1.6 Keep Docker up to date" reads the latest Docker version from VERSION env. variable.
verConstr := os.Getenv("VERSION")
If Actuary is is executed inside a docker container using the provided Dockerfile, the check will return a correct result. However if Actuary is executed as a stand-alone application, there should be a hard-coded value as an alternative.
Check "1.6 Keep Docker up to date" reads the latest Docker version from VERSION env. variable.
verConstr := os.Getenv("VERSION")
If Actuary is is executed inside a docker container using the provided Dockerfile, the check will return a correct result. However if Actuary is executed as a stand-alone application, there should be a hard-coded value as an alternative.