diff --git a/upgrade/test-pprof-upload.sh b/upgrade/test-pprof-upload.sh index 5c67687..732fae7 100644 --- a/upgrade/test-pprof-upload.sh +++ b/upgrade/test-pprof-upload.sh @@ -25,7 +25,7 @@ function test_upload_profiles() { function test_forgejo_pprof() { stop docker rm -f test_pyroscope - docker run --name test_pyroscope --rm -d -p 4040:4040 docker.io/grafana/pyroscope + docker run --name test_pyroscope --rm -d -p 4040:4040 code.forgejo.org/oci/pyroscope:1.12.0 reset_forgejo $UPGRADE_DIR/default-app.ini log_info "run 7.0" @@ -39,5 +39,4 @@ function test_forgejo_pprof() { stop docker stop test_pyroscope - }