mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 21:55:50 +00:00
Currently, the Dockerfile installs the latest version of Scylla. Let's add a VERSION argument to Dockerfile, which explicitly specifies the version to ensure scripts, for example, always build the expected version. If no VERSION is specified for "docker build", use the default value of "666.development", which is the version number for latest nightly.