Skip to content

Commit 90716a7

Browse files
committed
10.0.0
Fixes #412.
1 parent 57daccd commit 90716a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
COMPOSE_PROJECT_NAME=sentry_onpremise
22
SENTRY_EVENT_RETENTION_DAYS=90
3-
SENTRY_VERSION=latest
3+
SENTRY_VERSION=10.0.0

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ services:
130130
command: '"*/5 * * * * gosu snuba snuba cleanup --dry-run False"'
131131
symbolicator:
132132
<< : *restart_policy
133-
image: 'getsentry/symbolicator:latest'
133+
image: 'getsentry/symbolicator:8ac8f400fb7416c6c46fad856cdba2bc70c27c6c'
134134
volumes:
135135
- 'sentry-symbolicator:/data'
136136
command: run
@@ -140,7 +140,7 @@ services:
140140
build:
141141
context: ./cron
142142
args:
143-
BASE_IMAGE: 'getsentry/symbolicator:latest'
143+
BASE_IMAGE: 'getsentry/symbolicator:8ac8f400fb7416c6c46fad856cdba2bc70c27c6c'
144144
command: '"55 23 * * * gosu symbolicator symbolicator cleanup"'
145145
volumes:
146146
- 'sentry-symbolicator:/data'

0 commit comments

Comments
 (0)