From 73971ea390b4c0e9b19c2a047ff76c4639614177 Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Mon, 5 Jan 2026 12:30:04 +0700 Subject: [PATCH] feat: switch nodestore-s3 package to getsentry org (#4119) --- sentry/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentry/Dockerfile b/sentry/Dockerfile index 40398a7..62a490e 100644 --- a/sentry/Dockerfile +++ b/sentry/Dockerfile @@ -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