Skip to content

Commit 7446469

Browse files
authored
fix(docker): Lower docker version to 19.03.6 (#682)
Fixes #689.
1 parent ce8538e commit 7446469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dcr="$dc run --rm"
1111
log_file="sentry_install_log-`date +'%Y-%m-%d_%H-%M-%S'`.txt"
1212
exec &> >(tee -a "$log_file")
1313

14-
MIN_DOCKER_VERSION='19.03.8'
14+
MIN_DOCKER_VERSION='19.03.6'
1515
MIN_COMPOSE_VERSION='1.24.1'
1616
MIN_RAM=2400 # MB
1717

0 commit comments

Comments
 (0)