Skip to content

Commit

Permalink
ci(gcb): Drop Docker version to 19.03.8 as that's the latest on GCB
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Sep 15, 2020
1 parent f8a2e48 commit 49dbeab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docke

## Requirements

* Docker 19.03.12+
* Docker 19.03.8+
* Compose 1.24.1+

## Minimum Hardware Requirements:
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
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.12'
MIN_DOCKER_VERSION='19.03.8'
MIN_COMPOSE_VERSION='1.24.1'
MIN_RAM=2400 # MB

Expand Down

0 comments on commit 49dbeab

Please sign in to comment.