feat: switch nodestore-s3 package to getsentry org (#4119)

This commit is contained in:
Reinaldy Rafli 2026-01-05 12:30:04 +07:00 committed by GitHub
parent cd3801f091
commit 73971ea390
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
ARG SENTRY_IMAGE
FROM ${SENTRY_IMAGE}
RUN pip install https://github.com/stayallive/sentry-nodestore-s3/archive/main.zip
RUN pip install https://github.com/getsentry/sentry-nodestore-s3/archive/main.zip
COPY . /usr/src/sentry