Skip to content

Commit

Permalink
fix(docker): Lower docker version to 19.03.6 (#682)
Browse files Browse the repository at this point in the history
Fixes #689.
  • Loading branch information
BYK committed Sep 22, 2020
1 parent ce8538e commit 7446469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -11,7 +11,7 @@ dcr="$dc run --rm"
log_file="sentry_install_log-`date +'%Y-%m-%d_%H-%M-%S'`.txt"
exec &> >(tee -a "$log_file")

MIN_DOCKER_VERSION='19.03.8'
MIN_DOCKER_VERSION='19.03.6'
MIN_COMPOSE_VERSION='1.24.1'
MIN_RAM=2400 # MB

Expand Down

0 comments on commit 7446469

Please sign in to comment.