build: Set master version to nightly

This commit is contained in:
getsentry-bot 2021-10-15 20:10:04 +00:00
parent 95d127f0ea
commit d3e7785705
2 changed files with 5 additions and 5 deletions

8
.env
View File

@ -5,8 +5,8 @@ SENTRY_EVENT_RETENTION_DAYS=90
SENTRY_BIND=9000
# Set SENTRY_MAIL_HOST to a valid FQDN (host/domain name) to be able to send emails!
# SENTRY_MAIL_HOST=example.com
SENTRY_IMAGE=getsentry/sentry:21.10.0
SNUBA_IMAGE=getsentry/snuba:21.10.0
RELAY_IMAGE=getsentry/relay:21.10.0
SYMBOLICATOR_IMAGE=getsentry/symbolicator:0.3.4
SENTRY_IMAGE=getsentry/sentry:nightly
SNUBA_IMAGE=getsentry/snuba:nightly
RELAY_IMAGE=getsentry/relay:nightly
SYMBOLICATOR_IMAGE=getsentry/symbolicator:nightly
WAL2JSON_VERSION=latest

View File

@ -1,4 +1,4 @@
# Self-Hosted Sentry 21.10.0
# Self-Hosted Sentry nightly
Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docker](https://www.docker.com/).