Skip to content

Commit

Permalink
10.0.0
Browse files Browse the repository at this point in the history
Fixes #412.
  • Loading branch information
BYK committed May 23, 2020
1 parent 57daccd commit 90716a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
COMPOSE_PROJECT_NAME=sentry_onpremise
SENTRY_EVENT_RETENTION_DAYS=90
SENTRY_VERSION=latest
SENTRY_VERSION=10.0.0
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ services:
command: '"*/5 * * * * gosu snuba snuba cleanup --dry-run False"'
symbolicator:
<< : *restart_policy
image: 'getsentry/symbolicator:latest'
image: 'getsentry/symbolicator:8ac8f400fb7416c6c46fad856cdba2bc70c27c6c'
volumes:
- 'sentry-symbolicator:/data'
command: run
Expand All @@ -140,7 +140,7 @@ services:
build:
context: ./cron
args:
BASE_IMAGE: 'getsentry/symbolicator:latest'
BASE_IMAGE: 'getsentry/symbolicator:8ac8f400fb7416c6c46fad856cdba2bc70c27c6c'
command: '"55 23 * * * gosu symbolicator symbolicator cleanup"'
volumes:
- 'sentry-symbolicator:/data'
Expand Down

0 comments on commit 90716a7

Please sign in to comment.