Skip to content

Commit 49dbeab

Browse files
committed
ci(gcb): Drop Docker version to 19.03.8 as that's the latest on GCB
1 parent f8a2e48 commit 49dbeab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docke
44

55
## Requirements
66

7-
* Docker 19.03.12+
7+
* Docker 19.03.8+
88
* Compose 1.24.1+
99

1010
## Minimum Hardware Requirements:

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.12'
14+
MIN_DOCKER_VERSION='19.03.8'
1515
MIN_COMPOSE_VERSION='1.24.1'
1616
MIN_RAM=2400 # MB
1717

0 commit comments

Comments
 (0)